This commit is contained in:
2026-06-03 11:53:48 +08:00
parent c2020af3bf
commit bf9ea19771
12 changed files with 69 additions and 43 deletions

View File

@@ -11,6 +11,13 @@ export default defineManifestConfig({
'app-plus': {
usingComponents: true,
nvueStyleCompiler: 'uni-app',
darkmode: false,
safearea: {
background: '#ffffff',
bottom: {
offset: 'none',
},
},
compatible: {
ignoreVersion: true,
runtimeVersion: "1.7.0,1.8.0,1.9.0",
@@ -49,7 +56,10 @@ export default defineManifestConfig({
"NSLocalNetworkUsageDescription": "需要本地网络进行服务使用",
"NSPhotoLibraryAddUsageDescription": "需要保存二维码海报"
},
"idfa": false
"idfa": false,
"plist": {
"UIUserInterfaceStyle": "Light"
}
},
/* SDK配置 */
"sdkConfigs": {