From 44bebae0a9cfae040408916fdb270193f89a84cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Sat, 5 Sep 2026 12:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80UI=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E8=81=94=E5=90=88=E8=AE=A1=E7=AE=97=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 工作流导航收敛为参考分析与一键识别绑定两步 联合概览同时展示结构与组件状态 --- .../src/view/ui-editor/components/WorkflowActionCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowActionCard.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowActionCard.tsx index 6ffe54e17..1945f62db 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowActionCard.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/WorkflowActionCard.tsx @@ -20,7 +20,7 @@ export function WorkflowActionCard({ workflow.activeStep === 'reference-analysis' ? workflow.hasSuggested : workflow.activeStep === 'structure-recognition' - ? workflow.hasRecognized + ? workflow.hasBound : workflow.hasBound; return (