按Google Play上架要求更改启动图配置;开启fcm推送

This commit is contained in:
wangyifeng 2025-05-30 11:08:24 +08:00
parent 6227aaf931
commit e52de07528

View File

@ -2,8 +2,8 @@
"name" : "oa考勤系统",
"appid" : "__UNI__4796942",
"description" : "",
"versionName" : "2.3.2",
"versionCode" : 232,
"versionName" : "2.3.3",
"versionCode" : 233,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -96,7 +96,8 @@
"xxhdpi" : "unpackage/pushicon/72.png"
}
},
"meizu" : {}
"meizu" : {},
"fcm" : {}
}
},
"maps" : {}
@ -135,13 +136,13 @@
},
"splashscreen" : {
"useOriginalMsgbox" : true,
"androidStyle" : "default",
"androidStyle" : "common",
"android" : {
"hdpi" : "static/image/drawable-hdpi/sy.9.png",
"xhdpi" : "static/image/drawable-xhdpi/sy.9.png",
"xxhdpi" : "static/image/drawable-xxhdpi/sy.9.png"
},
"iosStyle" : "storyboard",
"iosStyle" : "common",
"ios" : {
"storyboard" : "files/CustomStoryboard.zip"
}