fix: 更新 AssistantConfig 以启用共享功能,并优化本地用户检查逻辑

This commit is contained in:
xiongxiao
2026-02-22 00:20:59 +08:00
parent e377557587
commit 88313d5b8e
7 changed files with 23 additions and 62 deletions

View File

@@ -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;