1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name" : "check-uniapp",
- "appid" : "__UNI__B8FCDB7",
- "description" : "",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- // "uni-app-x" : {},
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "wxeeae42dfbd21bf46",
- "setting" : {
- "urlCheck" : false,
- "minified" : true
- },
- "usingComponents" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "vueVersion" : "3",
- "app" : {
- "distribute" : {
- "icons" : {
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- }
- }
- }
- }
- }
|