release ohos
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"app": {
|
||||
"bundleName": "cute.major.kitchen",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000000,
|
||||
"versionName": "1.0.0",
|
||||
"vendor": "微风暴",
|
||||
"versionCode": 26042001,
|
||||
"versionName": "1.1.0",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "app_name",
|
||||
"value": "ohos"
|
||||
"value": "小妈厨房"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"signingConfig": "default",
|
||||
"compatibleSdkVersion": "5.1.0(18)",
|
||||
"runtimeOS": "HarmonyOS",
|
||||
"targetSdkVersion": "6.0.2(22)"
|
||||
"targetSdkVersion": "6.1.0(23)"
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
|
||||
@@ -2,31 +2,31 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "module_desc",
|
||||
"value": "module description"
|
||||
"value": "Cute Kitchen Application Module"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_desc",
|
||||
"value": "description"
|
||||
"value": "Cute Kitchen Main Entry Point"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "ohos"
|
||||
"value": "Cute Kitchen"
|
||||
},
|
||||
{
|
||||
"name": "permission_internet_reason",
|
||||
"value": "Network access required for app functionality"
|
||||
"value": "Network access is required for recipe browsing and data synchronization"
|
||||
},
|
||||
{
|
||||
"name": "permission_vibrate_reason",
|
||||
"value": "Vibrate feedback for user interactions"
|
||||
"value": "Vibration feedback is used for cooking timers and notifications"
|
||||
},
|
||||
{
|
||||
"name": "permission_clipboard_reason",
|
||||
"value": "Access to clipboard for paste operations"
|
||||
"value": "Clipboard access is used for sharing recipes and ingredients"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
"value": "Read media files for data import"
|
||||
"value": "Media access is required for importing recipe images and data"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,15 +2,15 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "module_desc",
|
||||
"value": "module description"
|
||||
"value": "Cute Kitchen Module"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_desc",
|
||||
"value": "description"
|
||||
"value": "Cute Kitchen Main Entry"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "ohos"
|
||||
"value": "Cute Kitchen"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
"string": [
|
||||
{
|
||||
"name": "module_desc",
|
||||
"value": "模块描述"
|
||||
"value": "小妈厨房模块"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_desc",
|
||||
"value": "description"
|
||||
"value": "小妈厨房主入口"
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "ohos"
|
||||
"value": "小妈厨房"
|
||||
},
|
||||
{
|
||||
"name": "permission_read_media_reason",
|
||||
|
||||
Reference in New Issue
Block a user