From 64ca3edb7dfe34f9c7bbad393eb6da4281c05609 Mon Sep 17 00:00:00 2001 From: xieyifeng Date: Wed, 18 Jun 2025 20:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=80=E6=AD=BBability=E7=9A=84=E5=90=8C?= =?UTF-8?q?=E6=97=B6=E5=88=A0=E9=99=A4=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- knocksharesample/src/main/module.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/knocksharesample/src/main/module.json5 b/knocksharesample/src/main/module.json5 index 3068b6c..d92f1dd 100644 --- a/knocksharesample/src/main/module.json5 +++ b/knocksharesample/src/main/module.json5 @@ -22,6 +22,7 @@ "label": "$string:EntryAbility_label", "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", + "removeMissionAfterTerminate": true, "exported": true, "skills": [ { -- Gitee