From 6af962cde31cddaa1352efe80ba91fbe46973baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Wed, 19 Aug 2026 14:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20InputSidebar=20=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 InputSidebar 中未使用的调试按钮和状态显示组件 --- .../ui-editor/components/InputSidebar.tsx | 71 +------------------ 1 file changed, 1 insertion(+), 70 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 660c75faa..fd622d8d0 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, ScanSearch, Type } from 'lucide-react'; +import { Image as ImageIcon, Plus, Type } from 'lucide-react'; import { useMemo } from 'react'; import { visitUiNodes } from '../../../features/ui-editor/treeUtils'; @@ -80,75 +80,6 @@ export function InputSidebar({ return (