yuzhilin

删除 string.json 中EntryAbility_desc和EntryAbility_label 变量

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