From 358005270e9812d725cc2159070e27b9cb2a4abc Mon Sep 17 00:00:00 2001 From: chenshengtyd <805253245@qq.com> Date: Wed, 12 Feb 2025 15:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=8D=E5=AF=B9=E5=A4=96?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E7=9A=84=E5=BA=94=E7=94=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84exported=E5=B1=9E=E6=80=A7=E6=9C=AAfalse=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/module.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 2832890..830445a 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -19,7 +19,7 @@ "label": "$string:EntryAbility_label", "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", - "exported": true, + "exported": false, "skills": [ { "entities": [ -- Gitee