Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yuzhilin
2024-07-19 14:39:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c21ef7b7e73d282eed44eaa7cd86e596693c051c
c21ef7b7
1 parent
d3296d58
删除 string.json 中EntryAbility_desc和EntryAbility_label 变量
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
26 deletions
sight_harmony/products/phone/src/main/module.json5
sight_harmony/products/phone/src/main/resources/base/element/string.json
sight_harmony/products/phone/src/main/resources/en_US/element/string.json
sight_harmony/products/phone/src/main/resources/zh_CN/element/string.json
sight_harmony/products/phone/src/main/module.json5
View file @
c21ef7b
...
...
@@ -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
,
...
...
sight_harmony/products/phone/src/main/resources/base/element/string.json
View file @
c21ef7b
...
...
@@ -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"
:
"开启之后即可用于保存新闻图片到相册、发视频、设置封面、设置头像、缓存图片和视频来展示内容等功能"
},
...
...
sight_harmony/products/phone/src/main/resources/en_US/element/string.json
View file @
c21ef7b
...
...
@@ -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"
:
"个人隐私保护指引"
},
...
...
sight_harmony/products/phone/src/main/resources/zh_CN/element/string.json
View file @
c21ef7b
...
...
@@ -5,14 +5,6 @@
"value"
:
"主入口"
},
{
"name"
:
"EntryAbility_desc"
,
"value"
:
"$string:app_desc"
},
{
"name"
:
"EntryAbility_label"
,
"value"
:
"$string:app_name"
},
{
"name"
:
"dialog_text_title"
,
"value"
:
"个人隐私保护指引"
},
...
...
Please
register
or
login
to post a comment