f
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user