From fb7cfa42c7e7e889cd73fac71c98a540cfaa7ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 17 Aug 2026 14:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20UI=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E8=B0=83=E8=AF=95=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将组件绑定调试按钮与状态提示移入左侧输入面板 移除右下角重复的调试浮层 --- .../ui-editor/components/InputSidebar.tsx | 23 ++++++- .../components/preview/PreviewWorkspace.tsx | 17 ++--- .../src/view/ui-editor/index.tsx | 62 ------------------- 3 files changed, 26 insertions(+), 76 deletions(-) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx index 4d21ffd46..175f9e189 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx @@ -1,4 +1,4 @@ -import { Image as ImageIcon, Plus } from 'lucide-react'; +import { Image as ImageIcon, Plus, ScanSearch } from 'lucide-react'; import type { UiEditorPageController } from '../useUiEditorPage'; import { ImportOverview } from './ImportOverview'; @@ -27,6 +27,22 @@ export function InputSidebar({ return (