将启动图配置、推送配置改回非google play上架版本

This commit is contained in:
wangyifeng 2025-06-03 09:19:17 +08:00
parent e52de07528
commit ea89fc391a

View File

@ -96,8 +96,7 @@
"xxhdpi" : "unpackage/pushicon/72.png" "xxhdpi" : "unpackage/pushicon/72.png"
} }
}, },
"meizu" : {}, "meizu" : {}
"fcm" : {}
} }
}, },
"maps" : {} "maps" : {}
@ -136,13 +135,13 @@
}, },
"splashscreen" : { "splashscreen" : {
"useOriginalMsgbox" : true, "useOriginalMsgbox" : true,
"androidStyle" : "common", "androidStyle" : "default",
"android" : { "android" : {
"hdpi" : "static/image/drawable-hdpi/sy.9.png", "hdpi" : "static/image/drawable-hdpi/sy.9.png",
"xhdpi" : "static/image/drawable-xhdpi/sy.9.png", "xhdpi" : "static/image/drawable-xhdpi/sy.9.png",
"xxhdpi" : "static/image/drawable-xxhdpi/sy.9.png" "xxhdpi" : "static/image/drawable-xxhdpi/sy.9.png"
}, },
"iosStyle" : "common", "iosStyle" : "storyboard",
"ios" : { "ios" : {
"storyboard" : "files/CustomStoryboard.zip" "storyboard" : "files/CustomStoryboard.zip"
} }