auto-sync: 2026-05-17 18:58:54

This commit is contained in:
cfdaily
2026-05-17 18:58:54 +08:00
parent 93cd1dac37
commit a3da69a896
+1
View File
@@ -605,6 +605,7 @@ export const useStore = create<AppStore>((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();