From 99132c9fa76ef174edffa918d8b0d041bb432172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 18 Sep 2026 21:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E9=BD=90=20UI=20=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E6=B5=8B=E8=AF=95=E5=81=8F=E7=A7=BB?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=E8=AE=A9=E5=BD=93=E5=89=8D=20schema=20?= =?UTF-8?q?=E5=A4=B9=E5=85=B7=E7=BB=A7=E7=BB=AD=E9=AA=8C=E8=AF=81=E5=8E=9F?= =?UTF-8?q?=E6=9C=89=E4=B8=9A=E5=8A=A1=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src-tauri/src/ui_editor/persistence.rs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs index a566a9225..996dcb67b 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/ui_editor/persistence.rs @@ -1126,8 +1126,10 @@ mod tests { } }, "children_display_mode": "Stack", - "children": [] - }] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } + }], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": { @@ -1309,7 +1311,8 @@ mod tests { }, "component": null, "children_display_mode": "Stack", - "children": [] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": { @@ -1543,7 +1546,8 @@ mod tests { } }, "children_display_mode": "Stack", - "children": [] + "children": [], + "offset": { "min": [0.0, 0.0], "max": [0.0, 0.0] } } }], "ui_design_images": {