From 83007136e4edd9162b3593fbe9767e4d5a97fd6f Mon Sep 17 00:00:00 2001 From: yanyilin Date: Sun, 28 Apr 2024 20:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=B8=BA1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 99 ++++++++++++++++++++++++--------------------------- 1 file changed, 47 insertions(+), 52 deletions(-) diff --git a/manifest.json b/manifest.json index ae6e814..bc17f24 100644 --- a/manifest.json +++ b/manifest.json @@ -1,55 +1,50 @@ -{ - "name" : "Hello uni-app x", - "appid" : "__UNI__HelloUniAppX", - "description" : "", - "versionName" : "1.2.2", - "versionCode" : 10202, - "uni-app-x" : {}, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false +{ + "name": "Hello uni-app x", + "appid": "__UNI__HelloUniAppX", + "description": "", + "versionName": "1.2.2", + "versionCode": 10202, + "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": { + "distribute": { + /* android打包配置 */ + "modules": { + "uni-payment":{ + "alipay":{}, + "wxpay":{} }, - "usingComponents" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "app" : { - "distribute" : { - /* android打包配置 */ - "modules" : { - "uni-payment" : { - "alipay" : {}, - "wxpay" : {} - }, - "uni-ad" : { - "gdt" : {} - } - }, - "icons" : { - "ios" : { - "appstore" : "unpackage/icon1024.png" - } - } + "uni-ad": { + "gdt": {} } - }, - "vueVersion" : "3", - "h5" : { - "router" : { - "base" : "/web/" - } - } + } + } + }, + "vueVersion": "3", + "h5": { + "router": { + "base": "/web/" + } + } } -- GitLab