This commit is contained in:
从何开始123
2026-01-08 12:56:00 +08:00
parent 1561c054b7
commit 37b0e5f8e6
13 changed files with 258 additions and 140 deletions

View File

@@ -33,7 +33,8 @@ const App = () => {
handleNewChat,
handleSelectSession,
handleDeleteSession,
stopDeepThink
stopDeepThink,
focusTrigger
} = useAppLogic();
return (
@@ -85,6 +86,7 @@ const App = () => {
onRun={handleRun}
onStop={stopDeepThink}
appState={appState}
focusTrigger={focusTrigger}
/>
</div>
</div>