APP端更新

This commit is contained in:
2026-01-19 11:19:44 +08:00
parent 9431f395af
commit f661373824
5 changed files with 391 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
{
"name" : "mobile",
"name" : "A记账",
"appid" : "__UNI__F0A4488",
"description" : "",
"description" : "记账APP",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
@@ -17,7 +17,10 @@
"delay" : 0
},
/* */
"modules" : {},
"modules" : {
"Camera" : {},
"Push" : {}
},
/* */
"distribute" : {
/* android */
@@ -38,12 +41,20 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
},
/* ios */
"ios" : {},
"ios" : {
"dSYMs" : false
},
/* SDK */
"sdkConfigs" : {}
"sdkConfigs" : {
"push" : {}
},
"splashscreen" : {
"useOriginalMsgbox" : true
}
}
},
/* */
@@ -68,5 +79,10 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3"
"vueVersion" : "3",
"app-harmony" : {
"distribute" : {
"bundleName" : "cn.tensent.aacount"
}
}
}