auto-sync: 2026-05-17 13:07:31

This commit is contained in:
cfdaily
2026-05-17 13:07:31 +08:00
parent bcdc88b1a9
commit f4aa62e84f
+1
View File
@@ -593,6 +593,7 @@ export const useStore = create<AppStore>((set, get) => ({
loadAll: async () => {
const s = get();
await s.loadLive();
await s.loadV2Tasks();
const tab = s.activeTab;
if (['models', 'skills'].includes(tab)) await s.loadAgentConfig();
},