Merge origin/master into feature/首页和下方的功能页面 - 解决冲突

This commit is contained in:
OmniAI Developer
2026-06-02 19:05:43 +08:00
27 changed files with 709 additions and 168 deletions
+2 -2
View File
@@ -357,7 +357,7 @@ function App() {
canvasAutoOpenedRecentRef.current = false;
setWorkspaceExpanded(false);
if (options?.resetView) {
handleSetView("workbench");
handleSetView("login");
}
}, [clearSessionState, setProjects, setProjectsLoaded, setUsage, clearTasks, setRuntimeNotifications, setServerNotifications, setCanvasWorkflow, setCurrentCanvasProjectId, setWorkspaceExpanded, handleSetView]);
@@ -492,7 +492,7 @@ function App() {
if (nextSession) {
setSession(nextSession);
} else {
clearAuthenticatedState();
clearAuthenticatedState({ resetView: true });
}
} finally {
checking = false;