From f68ffcfecd50211cce7e62af7cec719224ab0b74 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 18:06:22 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=BC=96=E8=BE=91=E5=99=A8=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=A0=91=E5=81=8F=E7=A7=BB=E6=9E=84=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为合并产出的节点补齐 NodeOffset --- .../src-tauri/src/ui_editor/commands/merge.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/merge.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/merge.rs index e14781395..85c0801cc 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/merge.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/merge.rs @@ -173,6 +173,7 @@ mod materialize { use crate::ui_editor::layout::node::{ Node as LayoutNode, NodeMetadata, NodeSource, StageStatus, }; + use crate::ui_editor::layout::offset::NodeOffset; use crate::ui_editor::layout::transform::Transform; use crate::ui_editor::state::{State, UITree}; use crate::ui_editor::utils::{random_node_id, NodeId, UIDesignImageId};