release 1.31

This commit is contained in:
Developer
2026-04-22 10:09:18 +08:00
parent 32f5aa53fa
commit ac62f5961e
212 changed files with 30003 additions and 1350 deletions

View File

@@ -7,11 +7,11 @@
"material": {
"certpath": "C:\\Users\\无书\\.ohos\\config\\default_ohos_h8eBDwGJTRHPEcoIPNZ4JJ58-IFgoGWW5H7lci4Iucs=.cer",
"keyAlias": "debugKey",
"keyPassword": "0000001B7CAB09D50746C6C30A6F40391D1E7312D175D71ABA92CE315B118861B83894F09A6A31EED9F47C",
"keyPassword": "0000001BF030A807626EA982537FE12B6CB9BE7488E9FC176A9C0F53CC9BFA3725E642FFF574C76130801E",
"profile": "C:\\Users\\无书\\.ohos\\config\\default_ohos_h8eBDwGJTRHPEcoIPNZ4JJ58-IFgoGWW5H7lci4Iucs=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\无书\\.ohos\\config\\default_ohos_h8eBDwGJTRHPEcoIPNZ4JJ58-IFgoGWW5H7lci4Iucs=.p12",
"storePassword": "0000001B08D1DA1FD0A47C3BD8AFB95D785667DD24E1F18CDFAB4836835C917F1666F8AC6FC4DC946B53E8"
"storePassword": "0000001BDCFDD67696998DA2DEB2C7DFC913812DFF1A875943BAA8A0B41741996A301A3D77A157593E9BC8"
}
},
{
@@ -32,16 +32,16 @@
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.1.0(18)",
"compatibleSdkVersion": "5.0.5(17)",
"runtimeOS": "HarmonyOS",
"targetSdkVersion": "6.1.0(23)"
},
{
"name": "release",
"signingConfig": "release",
"compatibleSdkVersion": "5.1.0(18)",
"compatibleSdkVersion": "5.0.1(13)",
"runtimeOS": "HarmonyOS",
"targetSdkVersion": "6.0.2(22)"
"targetSdkVersion": "6.1.0(23)"
}
],
"buildModeSet": [

View File

@@ -72,6 +72,14 @@
"abilities": ["EntryAbility"],
"when": "inuse"
}
},
{
"name": "ohos.permission.CAMERA",
"reason": "$string:permission_camera_reason",
"usedScene": {
"abilities": ["EntryAbility"],
"when": "inuse"
}
}
]
}

View File

@@ -2,31 +2,35 @@
"string": [
{
"name": "module_desc",
"value": "Cute Kitchen Application Module"
"value": "小妈厨房应用模块"
},
{
"name": "EntryAbility_desc",
"value": "Cute Kitchen Main Entry Point"
"value": "小妈厨房主入口"
},
{
"name": "EntryAbility_label",
"value": "Cute Kitchen"
"value": "小妈厨房"
},
{
"name": "permission_internet_reason",
"value": "Network access is required for recipe browsing and data synchronization"
"value": "用于菜谱浏览和数据同步"
},
{
"name": "permission_vibrate_reason",
"value": "Vibration feedback is used for cooking timers and notifications"
"value": "用于烹饪计时和通知反馈"
},
{
"name": "permission_clipboard_reason",
"value": "Clipboard access is used for sharing recipes and ingredients"
"value": "用于分享菜谱和食材信息"
},
{
"name": "permission_read_media_reason",
"value": "Media access is required for importing recipe images and data"
"value": "用于导入菜谱图片和数据"
},
{
"name": "permission_camera_reason",
"value": "用于扫描二维码和条形码"
}
]
}
}