This commit is contained in:
2026-04-27 14:48:54 +08:00
parent 739e08157b
commit 893a223e0e
28 changed files with 828 additions and 634 deletions

View File

@@ -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"
},
}
},
},