auto-sync: 2026-05-20 22:52:35
This commit is contained in:
@@ -572,8 +572,6 @@ 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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user