From 34ac0de5edb57fd624e91e994e43604fb87b3bdd Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 7 Nov 2023 21:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E4=B8=BA1.?= =?UTF-8?q?0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 76 +++++++++++++++++++++++++++++---------------------- 1 file changed, 44 insertions(+), 32 deletions(-) diff --git a/manifest.json b/manifest.json index 7332a545..0a4d05c3 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 -- GitLab