From 1e7a3f17ff95e3146535abe9fb53d689f7d0feab 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 16:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E8=BF=94=E5=9B=9E=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=B8=8E=E5=A4=B1=E8=B4=A5=E5=BC=B9=E7=AA=97=E9=87=8D?= =?UTF-8?q?=E5=8F=A0=20=E8=BF=94=E5=9B=9E=E8=B7=AF=E5=BE=84=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=A4=B1=E8=B4=A5=E6=97=B6=E6=B2=BF=E7=94=A8=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E5=BC=B9=E7=AA=97=E9=94=99=E8=AF=AF=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ai-game-creator-shell/src/view/ui-editor/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/index.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/index.tsx index 0f688c61e..f6786c58b 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/index.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/index.tsx @@ -144,6 +144,7 @@ export default function UiEditorPage({ } return; } + if (afterReturn) return; setSaveResultNotice({ kind: 'failure', message: result.message,