diff --git a/dependence/PulledUpApplication/entry/src/main/module.json5 b/dependence/PulledUpApplication/entry/src/main/module.json5 index b56af1c24da97ac1fda98ba36790dfd16f0b194f..abcc58c624faa1c1202f1ff41a7fc089c9ae0749 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