提交 492b5d7b 编写于 作者: T tianwenzhe

change validator

Signed-off-by: Ntian-wenzhe411 <tianwenzhe2@huawei.com>
上级 4bcf5f0f
...@@ -13,20 +13,14 @@ ...@@ -13,20 +13,14 @@
"installationFree": false, "installationFree": false,
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"uiSyntax": "ets", "uiSyntax": "ets",
"metadata": [
{
"name": "ArkTSPartialUpdate",
"value": "false"
}
],
"abilities": [ "abilities": [
{ {
"name": "MainAbility", "name": "MainAbility",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"description": "$string:MainAbility_desc", "description": "$string:MainAbility_desc",
"icon": "$media:icon", "icon": "$media:img",
"label": "$string:MainAbility_label", "label": "$string:MainAbility_label",
"startWindowIcon": "$media:icon", "startWindowIcon": "$media:img",
"startWindowBackground": "$color:white", "startWindowBackground": "$color:white",
"visible": true, "visible": true,
"skills": [ "skills": [
...@@ -50,6 +44,9 @@ ...@@ -50,6 +44,9 @@
}, },
{ {
"name": "ohos.permission.READ_MEDIA" "name": "ohos.permission.READ_MEDIA"
},
{
"name": "ohos.permission.INTERNET"
} }
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册