From b5351f03fab7c6285aa4d2234db4392d694428f8 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 13:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=A0=B9=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=BF=87=E6=97=B6TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除已失效的根节点组件预览限制说明 --- .../src-tauri/src/ui_editor/commands/recognition.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs index 911c874b2..fd4602086 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/recognition.rs @@ -683,7 +683,6 @@ pub(crate) async fn recognize_ui_impl( allow_llm_edit_component: true, source: NodeSource::System, }, - // TODO: root components can host page-level background content once component preview is supported. components: Vec::new(), children_display_mode: ChildrenDisplayMode::Stack, children,