| | |
| | | /* ios打包配置 */ |
| | | "ios" : {}, |
| | | /* SDK配置 */ |
| | | "sdkConfigs" : {} |
| | | "sdkConfigs" : {}, |
| | | "icons" : { |
| | | "android" : { |
| | | "hdpi" : "", |
| | | "xhdpi" : "", |
| | | "xxhdpi" : "", |
| | | "xxxhdpi" : "" |
| | | }, |
| | | "ios" : { |
| | | "appstore" : "", |
| | | "ipad" : { |
| | | "app" : "", |
| | | "app@2x" : "", |
| | | "notification" : "", |
| | | "notification@2x" : "", |
| | | "proapp@2x" : "", |
| | | "settings" : "", |
| | | "settings@2x" : "", |
| | | "spotlight" : "", |
| | | "spotlight@2x" : "" |
| | | }, |
| | | "iphone" : { |
| | | "app@2x" : "", |
| | | "app@3x" : "", |
| | | "notification@2x" : "", |
| | | "notification@3x" : "", |
| | | "settings@2x" : "", |
| | | "settings@3x" : "", |
| | | "spotlight@2x" : "", |
| | | "spotlight@3x" : "" |
| | | } |
| | | } |
| | | }, |
| | | "splashscreen" : { |
| | | "androidStyle" : "common", |
| | | "android" : { |
| | | "hdpi" : "static/splash1.png", |
| | | "xhdpi" : "static/splash2.png", |
| | | "xxhdpi" : "static/splash3.png" |
| | | }, |
| | | "useOriginalMsgbox" : false |
| | | } |
| | | } |
| | | }, |
| | | /* 快应用特有相关 */ |
| | |
| | | "mp-weixin" : { |
| | | "appid" : "wx8aa7310d86d0b80d", |
| | | "setting" : { |
| | | "urlCheck" : false |
| | | "urlCheck" : true, |
| | | "es6" : true, |
| | | "postcss" : true, |
| | | "minified" : true |
| | | }, |
| | | "usingComponents" : true, |
| | | "unipush" : { |
| | | "enable" : false |
| | | }, |
| | | "optimization" : { |
| | | "subPackages" : true |
| | | } |
| | | }, |
| | | "mp-alipay" : { |