按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考勤系统", "name" : "oa考勤系统",
"appid" : "__UNI__4796942", "appid" : "__UNI__4796942",
"description" : "", "description" : "",
"versionName" : "2.3.2", "versionName" : "2.3.3",
"versionCode" : 232, "versionCode" : 233,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@ -96,7 +96,8 @@
"xxhdpi" : "unpackage/pushicon/72.png" "xxhdpi" : "unpackage/pushicon/72.png"
} }
}, },
"meizu" : {} "meizu" : {},
"fcm" : {}
} }
}, },
"maps" : {} "maps" : {}
@ -135,13 +136,13 @@
}, },
"splashscreen" : { "splashscreen" : {
"useOriginalMsgbox" : true, "useOriginalMsgbox" : true,
"androidStyle" : "default", "androidStyle" : "common",
"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" : "storyboard", "iosStyle" : "common",
"ios" : { "ios" : {
"storyboard" : "files/CustomStoryboard.zip" "storyboard" : "files/CustomStoryboard.zip"
} }