fix: 更新 AssistantConfig 以启用共享功能,并优化本地用户检查逻辑
This commit is contained in:
@@ -19,7 +19,9 @@ const checkAuth = (value: string = '', baseURL: string = '') => {
|
||||
return false;
|
||||
};
|
||||
|
||||
const DEFAULT_IGNORE = ['node_modules/**', '.git/**', '.next/**', '.astro/**', '.pack-dist/**'];
|
||||
const DEFAULT_IGNORE = [
|
||||
'node_modules/**', '.git/**', '.next/**', '.astro/**', '.pack-dist/**',
|
||||
];
|
||||
export class SyncBase {
|
||||
config: Config;
|
||||
#filename: string;
|
||||
|
||||
Reference in New Issue
Block a user