From a123656dd2d160e69593df7083c13e7c9544ae05 Mon Sep 17 00:00:00 2001 From: Lince Liu <353627866@qq.com> Date: Tue, 13 Aug 2024 11:09:14 +0000 Subject: [PATCH] update entry/src/main/module.json5. Signed-off-by: Lince Liu <353627866@qq.com> --- 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 bf66fbd..24f2088 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -20,7 +20,7 @@ "label": "$string:MainAbility_label", "startWindowIcon": "$media:icon", "startWindowBackground": "$color:white", - "exported": true, + "exported": false, "skills": [ { "entities": [ -- Gitee