This commit is contained in:
Gdpao
2020-08-04 19:39:31 +08:00
parent f69a82ace5
commit afc7731781
11 changed files with 229 additions and 214 deletions

View File

@@ -1,5 +1,5 @@
{
"name" : "deming",
"name" : "德铭阳光",
"appid" : "__UNI__EBFF00A",
"description" : "",
"versionName" : "1.0.0",
@@ -105,7 +105,10 @@
"xhdpi" : "static/app/start/720x1242.png",
"xxhdpi" : "static/app/start/1080x1882.png"
},
"iosStyle" : "storyboard"
"iosStyle" : "storyboard",
"ios" : {
"storyboard" : "static/CustomStoryboard.zip"
}
},
"icons" : {
"android" : {
@@ -115,16 +118,27 @@
"xxxhdpi" : "static/app/icon/192x192.png"
},
"ios" : {
"appstore" : "static/app/icon/192x192.png",
"appstore" : "unpackage/res/icons/1024x1024.png",
"iphone" : {
"app@2x" : "static/app/icon/144x144.png",
"app@3x" : "static/app/icon/192x192.png",
"spotlight@2x" : "static/app/icon/96x96.png",
"spotlight@3x" : "static/app/icon/144x144.png",
"settings@2x" : "static/app/icon/72x72.png",
"settings@3x" : "static/app/icon/96x96.png",
"notification@2x" : "static/app/icon/72x72.png",
"notification@3x" : "static/app/icon/72x72.png"
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png"
},
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
}
}
}