diff --git a/src/App.tsx b/src/App.tsx index 4b1064d..2ed90a3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,7 @@ const queryClient = new QueryClient({ function AppContent() { useKeyboardShortcuts(); - const { showPromptPanel, setShowPromptPanel, showHistory, setShowHistory } = useAppStore(); + const { showPromptPanel, setShowPromptPanel, setShowHistory } = useAppStore(); // 在挂载时初始化IndexedDB useEffect(() => { @@ -59,7 +59,7 @@ function AppContent() {
暂无历史记录