Commit 470e6327 by sunerhu

1.在生成提交应用图标

parent 3fa4b90f
...@@ -97,33 +97,33 @@ ...@@ -97,33 +97,33 @@
}, },
"icons" : { "icons" : {
"android" : { "android" : {
"hdpi" : "", "hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "", "xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "", "xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "" "xxxhdpi" : "unpackage/res/icons/192x192.png"
}, },
"ios" : { "ios" : {
"appstore" : "", "appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : { "ipad" : {
"app" : "", "app" : "unpackage/res/icons/76x76.png",
"app@2x" : "", "app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "", "notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "", "notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "", "proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "", "settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "", "settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "", "spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "" "spotlight@2x" : "unpackage/res/icons/80x80.png"
}, },
"iphone" : { "iphone" : {
"app@2x" : "", "app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "", "app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "", "notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "", "notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "", "settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "", "settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "", "spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "" "spotlight@3x" : "unpackage/res/icons/120x120.png"
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment