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