From eeca2cceadcdc0fa767e2747cdcf9aea82f2bc87 Mon Sep 17 00:00:00 2001 From: zhangxCode Date: Fri, 6 Jun 2025 19:04:58 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=9C=80=E4=BD=B3=E5=AE=9E?= =?UTF-8?q?=E8=B7=B5=E6=B7=BB=E5=8A=A0=E5=90=8C=E6=BA=90=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../entry/src/main/module.json5 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dependence/PulledUpApplication/entry/src/main/module.json5 b/dependence/PulledUpApplication/entry/src/main/module.json5 index b56af1c..abcc58c 100644 --- a/dependence/PulledUpApplication/entry/src/main/module.json5 +++ b/dependence/PulledUpApplication/entry/src/main/module.json5 @@ -1,5 +1,7 @@ +// [Start deep_link_json] { "module": { + // [StartExclude deep_link_json] "name": "entry", "type": "entry", "description": "$string:module_desc", @@ -11,8 +13,10 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", + // [EndExclude deep_link_json] "abilities": [ { + // [StartExclude deep_link_json] "name": "EntryAbility", "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", @@ -21,15 +25,20 @@ "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", "exported": true, + // [EndExclude deep_link_json] "skills": [ { "entities": [ + // [StartExclude deep_link_json] "entity.system.home", "entity.system.default", + // [EndExclude deep_link_json] "entity.system.browsable" ], "actions": [ + // [StartExclude deep_link_json] "action.system.home", + // [EndExclude deep_link_json] "ohos.want.action.viewData", ], "uris": [ @@ -44,6 +53,7 @@ ] } ], + // [StartExclude deep_link_json] "extensionAbilities": [ { "name": "EntryBackupAbility", @@ -58,5 +68,7 @@ ], } ], + // [EndExclude deep_link_json] } -} \ No newline at end of file +} +// [End deep_link_json] \ No newline at end of file -- Gitee