Update manifest.json

This commit is contained in:
亓雪峰 2020-12-07 17:13:34 +08:00
parent 1ac89c4f88
commit fabea38a47

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__EA895BE",
"description" : "",
"versionName" : "1.0.1",
"versionCode" : 105,
"versionCode" : 106,
"transformPx" : false,
/* 5+App */
"app-plus" : {
@ -110,13 +110,13 @@
"splashscreen" : {
"iosStyle" : "storyboard",
"ios" : {
"storyboard" : "/Users/xf/workspace/wwwroot/deming-uniapp/static/CustomStoryboard.zip"
"storyboard" : "../deming-uniapp/static/CustomStoryboard.zip"
},
"androidStyle" : "default",
"androidStyle" : "common",
"android" : {
"hdpi" : "/Users/xf/workspace/wwwroot/deming-uniapp/static/app/start/480x762.png",
"xhdpi" : "/Users/xf/workspace/wwwroot/deming-uniapp/static/app/start/720x1242.png",
"xxhdpi" : "/Users/xf/workspace/wwwroot/deming-uniapp/static/app/start/1080x1882.png"
"hdpi" : "../deming-uniapp/static/app/start/480x762.png",
"xhdpi" : "../deming-uniapp/static/app/start/720x1242.png",
"xxhdpi" : "../deming-uniapp/static/app/start/1080x1882.png"
}
}
}