{ "name" : "雪山臻品", "appid" : "__UNI__A01CEB7", "description" : "雪山臻品", "versionName" : "1.0.3", "versionCode" : 203, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, /* 模块配置 */ "modules" : {}, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "autoSdkPermissions" : true, "permissionExternalStorage" : { "request" : "once", "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" }, "permissionPhoneState" : { "request" : "none", "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" } }, /* ios打包配置 */ "ios" : {}, /* SDK配置 */ "sdkConfigs" : { "ad" : {} }, "splashscreen" : { "iosStyle" : "common" } } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "wx3edff1355611cd13", "setting" : { // 是否检查安全域名和 TLS 版本 "urlCheck" : true, // es6转es5 "es6" : false, // 上传代码时自动压缩 "minified" : true, // 调试器 wxml面板展示 shadow-root "showShadowRootInWxmlPanel" : true, // 上传代码时是否自动压缩样式文件 "minifyWXSS" : true, // 上传代码时是否自动压缩wxml文件 // 因uniappp构建出来的wxml本身就是压缩好的, 如果再用微信开发工具压缩一次的话, 有可能会破坏到文件, 所以此处设为false "minifyWXML" : false }, "usingComponents" : true, "lazyCodeLoading" : "requiredComponents", "permission" : {} }, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true }, "uniStatistics" : { "enable" : false }, "h5" : { "router" : { "mode" : "history", "base" : "./" } } }