From 6124ac5e53a1f957b259a3fa0198e4794ad4c8bf Mon Sep 17 00:00:00 2001 From: yanyilin Date: Fri, 20 Oct 2023 20:51:02 +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.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 38 +++++++++++++------------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/manifest.json b/manifest.json index 3d001f8f..3dd0804a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,43 +2,31 @@ "name": "hello-uniapp x", "appid": "__UNI__3584C99", "description": "", - "versionName": "1.0.11", - "versionCode": 10011, - "uni-app-x": - { - }, - /* 快应用特有相关 */ - "quickapp": - { - }, - /* 小程序特有相关 */ - "mp-weixin": - { + "versionName": "1.0.12", + "versionCode": 10012, + "uni-app-x": {}, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { "appid": "", - "setting": - { + "setting": { "urlCheck": false }, "usingComponents": true }, - "mp-alipay": - { + "mp-alipay": { "usingComponents": true }, - "mp-baidu": - { + "mp-baidu": { "usingComponents": true }, - "mp-toutiao": - { + "mp-toutiao": { "usingComponents": true }, - "uniStatistics": - { + "uniStatistics": { "enable": false }, - "app": - { - }, + "app": {}, "vueVersion": "3" } \ No newline at end of file -- GitLab