From 7aa96e8438da223c7eb3ed8f59f4f1b1b8b22b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Wed, 9 Sep 2026 15:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=88=86=E7=A6=BB=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E5=9B=BE=E4=B8=AD=E6=96=87=E6=B3=A8=E9=87=8A=20?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E7=B4=AB=E8=89=B2=E9=87=8D=E5=BB=BA=E4=B8=8E?= =?UTF-8?q?=E7=BB=BF=E8=89=B2=E6=A1=86=E7=BB=98=E5=88=B6=E5=B1=82=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src-tauri/src/ui_editor/commands/separation/marker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/marker.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/marker.rs index 2a5cf93e5..292725416 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/marker.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/commands/separation/marker.rs @@ -30,7 +30,7 @@ fn build_marked_image_blocking( .to_rgba8(); let width = image.width(); let height = image.height(); - // Purple reconstruction comes first so the parent green frame remains visible on top. + // 先填充紫色重建区域,随后绘制绿色框,确保绿色框位于最上层。 for node in nodes { for child in &node.children { fill_rect(