From 860f3f09d40403e0cb47d04988e78af9548d2d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Sat, 19 Sep 2026 23:36:57 +0800 Subject: [PATCH] =?UTF-8?q?UI=20=E7=BC=96=E8=BE=91=E5=99=A8=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=97=B6=E4=B8=8D=E5=86=8D=E9=87=8D=E5=A4=8D=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=B8=83=E5=B1=80=E5=B1=82?= =?UTF-8?q?=E7=9A=84=E9=92=B1=E5=8C=85=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - apps/ai-game-creator-shell/src/view/project-development/index.tsx 主工作台布局里的 walletEntry 槽改为 !uiEditorRoute && walletEntry - UI 编辑器路由下 UiEditorPage 自己会用同一份 walletEntry 渲染头部钱包,布局层再渲染一次会让同一个入口挂载两份、浮层与编辑器工具条钱包重叠 --- .../src/view/project-development/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/view/project-development/index.tsx b/apps/ai-game-creator-shell/src/view/project-development/index.tsx index 82753c934..3398beb35 100644 --- a/apps/ai-game-creator-shell/src/view/project-development/index.tsx +++ b/apps/ai-game-creator-shell/src/view/project-development/index.tsx @@ -7842,7 +7842,7 @@ export default function ProjectDevelopmentView({ conversationOnlyWorkbench ? ' is-conversation-only' : '' }`} > - {walletEntry ? ( + {!uiEditorRoute && walletEntry ? (
{walletEntry}
) : null}