diff --git a/dependence/PulledUpApplication/entry/src/main/module.json5 b/dependence/PulledUpApplication/entry/src/main/module.json5 index 321db63e14e37a6a73a4a72c3366fbdf87f73e77..b56af1c24da97ac1fda98ba36790dfd16f0b194f 100644 --- a/dependence/PulledUpApplication/entry/src/main/module.json5 +++ b/dependence/PulledUpApplication/entry/src/main/module.json5 @@ -1,7 +1,5 @@ -// [Start module1] { "module": { - // [StartExclude module1] "name": "entry", "type": "entry", "description": "$string:module_desc", @@ -13,10 +11,8 @@ "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", - // [EndExclude module1] "abilities": [ { - // [StartExclude module1] "name": "EntryAbility", "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", @@ -25,20 +21,15 @@ "startWindowIcon": "$media:startIcon", "startWindowBackground": "$color:start_window_background", "exported": true, - // [EndExclude module1] "skills": [ { "entities": [ - // [StartExclude module1] "entity.system.home", "entity.system.default", - // [EndExclude module1] "entity.system.browsable" ], "actions": [ - // [StartExclude module1] "action.system.home", - // [EndExclude module1] "ohos.want.action.viewData", ], "uris": [ @@ -53,7 +44,6 @@ ] } ], - // [StartExclude module1] "extensionAbilities": [ { "name": "EntryBackupAbility", @@ -68,7 +58,5 @@ ], } ], - // [EndExclude module1] } -} -// [End module1] \ No newline at end of file +} \ No newline at end of file diff --git a/entry/src/main/ets/pages/OriginPage.ets b/entry/src/main/ets/pages/OriginPage.ets index 484e2dc7baf4580c92eb11098428b8bc39c76694..187c4e4eadb84eac55a944ab300aa60799791867 100644 --- a/entry/src/main/ets/pages/OriginPage.ets +++ b/entry/src/main/ets/pages/OriginPage.ets @@ -42,7 +42,7 @@ export struct OriginPage { }) } // [EndExclude nav_dest] - .title(this.la = Constants.ENGLISH_LANGUAGE ? Constants.ORIGIN_PAGE : Constants.ORIGIN_PAGE_CHINESE) + .title(this.la = 'en-Latn-CN' ? 'OriginPage' : 'NativePage') // [End nav_dest] } } \ No newline at end of file diff --git a/entry/src/main/module.json5 b/entry/src/main/module.json5 index 07b2fc35ccc8ed918d9f9cfdb0b4d740d91a9a7d..82d268eae8327993fb9e61ae87e6148726ff73b2 100644 --- a/entry/src/main/module.json5 +++ b/entry/src/main/module.json5 @@ -58,10 +58,8 @@ ], } ], - // [Start query_scheme] "querySchemes": [ "app1Scheme" ], - // [End query_scheme] } } \ No newline at end of file