From edaf08b5176c473f160f146e0e98b4409f72f7b7 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Sat, 2 Mar 2024 18:04:40 +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.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/manifest.json b/manifest.json index 47e8d011..d0e0fbf6 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/" + } + } } -- GitLab