Update manifest.json
This commit is contained in:
parent
1ac89c4f88
commit
fabea38a47
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user