From fe4e952853cf75248cda10564555a179aed9d8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 14 Sep 2026 21:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20UI=20=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=BC=96=E8=BE=91=E5=99=A8=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 ui-design-doc 资源纳入选中资源的 UI 编辑器按钮判定 保留 ui-prototype 图片资源的编辑器桥接入口 --- .../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 0d1266d82..7ab94d191 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 @@ -6812,7 +6812,7 @@ export default function ProjectDevelopmentView({ [manifest, selectedResource], ); const selectedResourceOpensUiEditor = - selectedResource?.subtype === 'UI' || + selectedResource?.subtype === 'ui-design-doc' || selectedResource?.subtype === 'ui-prototype'; const selectedToolbarStyle = selectedResourceLayer