diff --git a/manifest.json b/manifest.json index 7332a545f949808397a069a852aed21152bb785f..0a4d05c3259bc622ca13c112b47aa3cea6f61001 100644 --- a/manifest.json +++ b/manifest.json @@ -1,32 +1,44 @@ -{ - "name" : "hello-uniapp x", - "appid" : "__UNI__3584C99", - "description" : "", - "versionName" : "1.0.14", - "versionCode" : 10014, - "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" -} +{ + "name": "hello-uniapp x", + "appid": "__UNI__3584C99", + "description": "", + "versionName": "1.0.15", + "versionCode": "10015", + "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" +} \ No newline at end of file