feat:系统更新

This commit is contained in:
houjunxiang
2025-12-24 15:46:30 +08:00
parent 164e305442
commit 7caeffbf1d
8 changed files with 63 additions and 33 deletions

View File

@@ -2,8 +2,8 @@
"name" : "实验室管理系统",
"appid" : "__UNI__4B3B4B0",
"description" : "实验室管理系统",
"versionName" : "1.0.0",
"versionCode" : "100",
"versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
@@ -53,6 +53,11 @@
"ios" : {
"dSYMs" : false
},
"harmony" : {
"permissions" : [ "ohos.permission.INTERNET", "ohos.permission.GET_NETWORK_INFO" ],
"package" : "zzjc.test.app",
"compatibleSdkVersion" : 5
},
"sdkConfigs" : {},
"icons" : {
"android" : {
@@ -179,5 +184,21 @@
"base" : "./"
},
"template" : "template.h5.html"
},
"app-harmony" : {
"distribute" : {
"bundleName" : "zzjc.test.app",
"signingConfigs" : {
"default" : {
"certpath" : "certs\\DebugCert.cer",
"keyAlias" : "zzjc-test",
"keyPassword" : "0000001A62465932FE19E037517BC61FE03A8F9D69CB7892019EEC82A5A07691ECAE824A92BAD8FAEB34",
"profile" : "certs\\DebugProfileDebug.p7b",
"signAlg" : "SHA256withECDSA",
"storeFile" : "certs\\.p12",
"storePassword" : "0000001ACE8F050DA6F2E36A4D0EC332ECF3A78E16F485E7C0B9DA5919649626428710609023E1DD99FD"
}
}
}
}
}