f
This commit is contained in:
@@ -48,7 +48,8 @@ export default defineManifestConfig({
|
||||
"privacyDescription": {
|
||||
"NSLocalNetworkUsageDescription": "需要本地网络进行服务使用",
|
||||
"NSPhotoLibraryAddUsageDescription": "需要保存二维码海报"
|
||||
}
|
||||
},
|
||||
"idfa": false
|
||||
},
|
||||
/* SDK配置 */
|
||||
"sdkConfigs": {
|
||||
@@ -89,6 +90,18 @@ export default defineManifestConfig({
|
||||
"spotlight@3x": "static/icons/120x120.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
splashscreen: {
|
||||
androidStyle: "default",
|
||||
android: {
|
||||
hdpi: "static/launchImg/android@480x762.png",
|
||||
xhdpi: "static/launchImg/android@720x1242.png",
|
||||
xxhdpi: "static/launchImg/android@1080x1882.png"
|
||||
},
|
||||
iosStyle: "storyboard",
|
||||
ios: {
|
||||
storyboard: "static/launchImg/storyboard.zip"
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user