Files
Public/apps/harmony/build-profile.json5
daiyongkang 76f266645d Initial commit: 风影 OA 全栈源码(API/Web/Flutter/IM)
含 Phase 1.1 IM seq 排序、断线重连、多端已读同步与微信式语音转文字 UI。
排除 node_modules、构建产物、安装包与 .env 密钥。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 10:04:03 +00:00

50 lines
1.1 KiB
Plaintext

{
"app": {
"signingConfigs": [
{
"name": "release",
"type": "HarmonyOS",
"material": {
"certpath": "/opt/huawei/harmony/fengying.cer",
"storePassword": "FyHarmony#2026oa",
"keyAlias": "fengying",
"keyPassword": "FyHarmony#2026oa",
"profile": "/opt/huawei/harmony/fengyingRelease.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "/opt/huawei/harmony/fengying.p12"
}
}
],
"products": [
{
"name": "default",
"compatibleSdkVersion": "5.0.5(17)",
"targetSdkVersion": "6.1.0(23)",
"compileSdkVersion": "6.1.0(23)",
"runtimeOS": "HarmonyOS",
"buildOption": {
"strictMode": {
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [
{ "name": "debug" },
{ "name": "release" }
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": ["default"]
}
]
}
]
}