From 4f5dc2417260ba950dbbdece7dab5578e42dd947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Wed, 23 Apr 2025 19:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E7=AB=AF=E4=B8=8D=E4=BA=92=E9=80=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/module.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 55c66ad..5ce43d8 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -27,6 +27,7 @@ "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", "exported": true, + "visible": true, "skills": [ { "entities": [ @@ -47,7 +48,8 @@ "label": "$string:InputAbility_label", "startWindowIcon": "$media:startIcon", "launchType": "singleton", - "startWindowBackground": "$color:start_window_background" + "startWindowBackground": "$color:start_window_background", + "visible": true } ], "requestPermissions": [ -- Gitee