朱桂飞
2024-08-01 6959c1d4ee2244691603ab1f471b750ac517725d
manifest.json
@@ -43,7 +43,48 @@
            /* 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
            }
        }
    },
    /* 快应用特有相关 */
@@ -52,11 +93,17 @@
    "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" : {