yuzhilin

删除 string.json 中EntryAbility_desc和EntryAbility_label 变量

... ... @@ -19,9 +19,9 @@
"name": "EntryAbility",
// 这里不能改动,和后台推送有绑定
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"description": "$string:app_desc",
"icon": "$media:app_icon_layer",
"label": "$string:EntryAbility_label",
"label": "$string:app_name",
"startWindowIcon": "$media:app_icon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
... ...
... ... @@ -5,14 +5,6 @@
"value": "main entry"
},
{
"name": "EntryAbility_desc",
"value": "$string:app_desc"
},
{
"name": "EntryAbility_label",
"value": "$string:app_name"
},
{
"name": "permission_photo_tip",
"value": "开启之后即可用于保存新闻图片到相册、发视频、设置封面、设置头像、缓存图片和视频来展示内容等功能"
},
... ...
... ... @@ -5,14 +5,6 @@
"value": "main entry"
},
{
"name": "EntryAbility_desc",
"value": "$string:app_desc"
},
{
"name": "EntryAbility_label",
"value": "$string:app_name"
},
{
"name": "dialog_text_title",
"value": "个人隐私保护指引"
},
... ...
... ... @@ -5,14 +5,6 @@
"value": "主入口"
},
{
"name": "EntryAbility_desc",
"value": "$string:app_desc"
},
{
"name": "EntryAbility_label",
"value": "$string:app_name"
},
{
"name": "dialog_text_title",
"value": "个人隐私保护指引"
},
... ...