From a3da69a896035a41587ec84c79bfde5722781a5d Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 18:58:54 +0800 Subject: [PATCH] auto-sync: 2026-05-17 18:58:54 --- src/frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/store.ts b/src/frontend/src/store.ts index 0ff2957..7e8da47 100644 --- a/src/frontend/src/store.ts +++ b/src/frontend/src/store.ts @@ -605,6 +605,7 @@ export const useStore = create((set, get) => ({ loadAll: async () => { const s = get(); await s.loadLive(); + await s.loadProjects(); // 确保 selectedProjectId 被设置 await s.loadV2Tasks(); const tab = s.activeTab; if (['models', 'skills'].includes(tab)) await s.loadAgentConfig();