初始提交
This commit is contained in:
10
harmony-configs/AppScope/app.json5
Normal file
10
harmony-configs/AppScope/app.json5
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"app": {
|
||||
"bundleName": "com.jnpf.java",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000000,
|
||||
"versionName": "1.0.0",
|
||||
"icon": "$media:layered_image",
|
||||
"label": "$string:app_name"
|
||||
}
|
||||
}
|
||||
27
harmony-configs/AppScope/resources/base/element/string.json
Normal file
27
harmony-configs/AppScope/resources/base/element/string.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"string": [{
|
||||
"name": "app_name",
|
||||
"value": "jnpf java vue3"
|
||||
},
|
||||
{
|
||||
"name": "Voice",
|
||||
"value": "用于语音聊天"
|
||||
},
|
||||
{
|
||||
"name": "Camera",
|
||||
"value": "用于拍照"
|
||||
},
|
||||
{
|
||||
"name": "permissionsReason",
|
||||
"value": "用于发送当前位置"
|
||||
},
|
||||
{
|
||||
"name": "SaveFile",
|
||||
"value": "用于保存下载后的文件"
|
||||
},
|
||||
{
|
||||
"name": "mkdir",
|
||||
"value": "用于创建目录"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user