{ "name": "shop-user", "appid": "__UNI__28924DB", "description": "shop-user", "versionName": "2.0.0", "versionCode": 200, "transformPx": false, "app-plus": { "kernel": { "ios": "WKWebview" }, "optimization": { "subPackages": true // 小程序 开启分包优化 }, "runmode": "liberate", // 开启分包优化后,必须配置资源释放模式 "usingComponents": true, "compilerVersion": 3, /* 5+App特有相关 */ "modules": { "Webview-x5": {}, "VideoPlayer": {}, "Payment": {}, "Share": {} }, "compatible": { "ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, /* 模块配置 */ "distribute": { /* 应用发布信息 */ "android": { /* android打包配置 */ "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios": { "idfa": false, "dSYMs": false }, /* ios打包配置 */ "sdkConfigs": { "ad": {}, "payment": { "weixin": { "__platform__": [ "ios", "android" ], "appid": "wx00000abcabc00000", "UniversalLinks": "https://tuanfengkeji.com/apple-app-site-association" } }, "maps": {}, "speech": { "ifly": {} }, "geolocation": {}, "share": { "weixin": { "appid": "wx00000abcabc00000", "UniversalLinks": "https://tuanfengkeji.com/apple-app-site-association" } }, "push": {} }, "splashscreen": { "androidStyle": "common", "iosStyle": "common" }, "icons": { "android": { "hdpi": "unpackage/res/icons/72x72.png", "xhdpi": "unpackage/res/icons/96x96.png", "xxhdpi": "unpackage/res/icons/144x144.png", "xxxhdpi": "unpackage/res/icons/192x192.png" }, "ios": { "appstore": "unpackage/res/icons/1024x1024.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" }, "iphone": { "app@2x": "unpackage/res/icons/120x120.png", "app@3x": "unpackage/res/icons/180x180.png", "notification@2x": "unpackage/res/icons/40x40.png", "notification@3x": "unpackage/res/icons/60x60.png", "settings@2x": "unpackage/res/icons/58x58.png", "settings@3x": "unpackage/res/icons/87x87.png", "spotlight@2x": "unpackage/res/icons/80x80.png", "spotlight@3x": "unpackage/res/icons/120x120.png" } } } } }, /* SDK配置 */ "quickapp": {}, /* 快应用特有相关 */ "mp-weixin": { "appid": "wx0000xyzxyzxyzxyz", "requiredPrivateInfos": [ "chooseLocation", "getLocation", "chooseAddress" ], "setting": { "urlCheck": false, "es6": false, "postcss": true, "minified": true }, // "usingComponents" : true, "component": true, "permission": {}, "plugins": { // 直播 "live-player-plugin": { // "version": "1.3.2", // 注意该直播组件最新版本号,微信开发者工具调试时可获取最新版本号 "version": "latest", "provider": "wx123456789abcdefg" }, // 卡券 "sendCoupon": { "version": "latest", "provider": "wx987654321abcdefg" } } }, "mp-alipay": { "appid": "12345678910123456" }, "h5": { "router": { "mode": "hash", "base": "/h5/" }, "title": "商城", "domain": "https://tuanfengkeji.com", "devServer": { "port": 8080, //端口号 "disableHostCheck": true, "proxy": { "/api": { "target": "https://tuanfengkeji.com/api", //目标接口域名 "changeOrigin": true, //是否跨域 "secure": true, // 设置支持https协议的代理 "pathRewrite": { "^/api": "" } } }, "https": false }, "optimization": { "treeShaking": { "enable": false } }, "sdkConfigs": { "maps": {} } }, "mp-baidu": { "uniStatistics": { "enable": false } }, "mp-lark": { "uniStatistics": { "enable": true } } }