From e39714e17dac3a3784cf8b9a19af2db31e24feac Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Tue, 15 Sep 2026 23:07:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AF=B9=E8=AF=9D=E7=A9=BA?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除工作台会话区域中的引导 hint --- .../ProjectSupervisorView.tsx | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx index 72fd08fb7..edd9c44d7 100644 --- a/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx +++ b/apps/ai-game-creator-shell/src/features/project-workspace/ProjectSupervisorView.tsx @@ -1,10 +1,4 @@ -import { - ArrowUp, - AtSign, - Loader2, - MessageSquareDashed, - Settings, -} from 'lucide-react'; +import { ArrowUp, AtSign, Loader2, Settings } from 'lucide-react'; import type { ComponentProps, FormEventHandler, @@ -407,16 +401,6 @@ export function ProjectSupervisorView({ ); }; - const emptyState = - directCodex && - visibleMessages.length === 0 && - !transientReply && - !directProcessDetail && - !runtimePanelProps.controlBusy && - !pendingCommand && - !pendingConfirmation && - !designView?.session.pendingApproval && - !designView?.session.pendingClarification; const submitButton = (