feat:天平调整

This commit is contained in:
houjunxiang
2026-01-16 21:11:48 +08:00
parent 6ecbf27b25
commit 3fdc27eb74
6 changed files with 115 additions and 36 deletions

View File

@@ -2,8 +2,8 @@
"name" : "实验室管理系统",
"appid" : "__UNI__4B3B4B0",
"description" : "实验室管理系统",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.0.6",
"versionCode" : 106,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,
@@ -95,21 +95,21 @@
/* JSONUserAgent **/
"useragent" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.3",
"value" : "LIMS-PDA/1.0.6",
/* BooleanvalueuserAgent */
"concatenate" : true
},
/* JSONAndroidUserAgentuseragent */
"useragent_android" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.3",
"value" : "LIMS-PDA/1.0.6",
/* BooleanvalueuserAgent */
"concatenate" : true
},
/* JSONiOSUserAgentuseragent */
"useragent_ios" : {
/* userAgent */
"value" : "LIMS-PDA/1.0.3",
"value" : "LIMS-PDA/1.0.6",
/* BooleanvalueuserAgent */
"concatenate" : true
}