diff --git a/manifest.json b/manifest.json index 47e8d011f6648f1e5e9d0c9e358b4fe45be2af19..d0e0fbf66856fe1240842951666b79a0bd838512 100644 --- a/manifest.json +++ b/manifest.json @@ -1,37 +1,37 @@ -{ - "name": "hello-uniapp x", - "appid": "__UNI__3584C99", - "description": "", - "versionName": "1.0.18", - "versionCode": "10018", - "uni-app-x": {}, - /* 快应用特有相关 */ - "quickapp": {}, - /* 小程序特有相关 */ - "mp-weixin": { - "appid": "", - "setting": { - "urlCheck": false - }, - "usingComponents": true - }, - "mp-alipay": { - "usingComponents": true - }, - "mp-baidu": { - "usingComponents": true - }, - "mp-toutiao": { - "usingComponents": true - }, - "uniStatistics": { - "enable": false - }, - "app": {}, - "vueVersion": "3", - "h5": { - "router": { - "base": "/web/" - } - } +{ + "name" : "hello-uniapp x", + "appid" : "__UNI__3584C99", + "description" : "", + "versionName" : "1.0.21", + "versionCode" : 10021, + "uni-app-x" : {}, + /* 快应用特有相关 */ + "quickapp" : {}, + /* 小程序特有相关 */ + "mp-weixin" : { + "appid" : "", + "setting" : { + "urlCheck" : false + }, + "usingComponents" : true + }, + "mp-alipay" : { + "usingComponents" : true + }, + "mp-baidu" : { + "usingComponents" : true + }, + "mp-toutiao" : { + "usingComponents" : true + }, + "uniStatistics" : { + "enable" : false + }, + "app" : {}, + "vueVersion" : "3", + "h5" : { + "router" : { + "base" : "/web/" + } + } }