初始代码

This commit is contained in:
wangmingwei
2026-04-21 16:55:00 +08:00
parent be9f1657b9
commit 35101db700
1335 changed files with 211213 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"app": {
"bundleName": "com.yunzhupaas.java",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",
"icon": "$media:layered_image",
"label": "$string:app_name"
}
}

View File

@@ -0,0 +1,15 @@
{
"string": [{
"name": "app_name",
"value": "yunzhupaas java vue3"
},
{
"name": "Voice",
"value": "用于语音聊天"
},
{
"name": "Camera",
"value": "用于拍照"
}
]
}

View File

@@ -0,0 +1,62 @@
{
"app": {
"signingConfigs": [{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\YUNZHUPAAS\\.ohos\\config\\default_yunzhupaasjava_1sN_oqqYapOzI9oLrujNgwulFNvqN1QSC3248pw5yuE=.cer",
"storePassword": "0000001BD7F63885F10BC81317E0C644153B8232AEA2DF9F6D79B32F4813B285315C53EBCAEA302CF0B5DC",
"keyAlias": "debugKey",
"keyPassword": "0000001B47FAD77BCDCC3674C089D2FCF52F1E9E770C8435D667F5991AFF3E18C3BED2421605AB85A2577F",
"profile": "C:\\Users\\YUNZHUPAAS\\.ohos\\config\\default_yunzhupaasjava_1sN_oqqYapOzI9oLrujNgwulFNvqN1QSC3248pw5yuE=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\YUNZHUPAAS\\.ohos\\config\\default_yunzhupaasjava_1sN_oqqYapOzI9oLrujNgwulFNvqN1QSC3248pw5yuE=.p12"
}
}],
"products": [{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"compatibleSdkVersionStage":"beta6",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
},
{
"name": "release",
"signingConfig": "release",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
"compatibleSdkVersionStage":"beta6",
"buildOption": {
"strictMode": {
"caseSensitiveCheck": true,
"useNormalizedOHMUrl": true
}
}
}
],
"buildModeSet": [{
"name": "debug",
},
{
"name": "release"
}
],
},
"modules": [{
"name": "entry",
"srcPath": "./entry",
"targets": [{
"name": "default",
"applyToProducts": [
"default",
"release"
]
}]
}]
}