auto-sync: 2026-05-28 12:48:17

This commit is contained in:
cfdaily
2026-05-28 12:48:17 +08:00
parent 10b281a02a
commit d9c214254f
+1
View File
@@ -611,6 +611,7 @@ export const useStore = create<AppStore>((set, get) => ({
await s.loadLive();
const tab = s.activeTab;
if (['models', 'skills'].includes(tab)) await s.loadAgentConfig();
if (tab === 'mail') await s.loadMails();
},
}));