提交 39381453 编写于 作者: DCloud-yyl's avatar DCloud-yyl

更新版本号为1.2.2

添加ios平台云端打包图标
上级 e0df5d20
node_modules/ node_modules/
.project .project
unpackage/ /unpackage/*
!unpackage/icon1024.png
.DS_Store .DS_Store
.hbuilderx/ .hbuilderx/
__image_snapshots__/ __image_snapshots__/
......
{ {
"name": "Hello uni-app x", "name" : "Hello uni-app x",
"appid": "__UNI__HelloUniAppX", "appid" : "__UNI__HelloUniAppX",
"description": "", "description" : "",
"versionName": "1.1", "versionName" : "1.2.2",
"versionCode": 10100, "versionCode" : 10202,
"uni-app-x": {}, "uni-app-x" : {},
/* 快应用特有相关 */ /* 快应用特有相关 */
"quickapp": {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin": { "mp-weixin" : {
"appid": "", "appid" : "",
"setting": { "setting" : {
"urlCheck": false "urlCheck" : false
}, },
"usingComponents": true "usingComponents" : true
}, },
"mp-alipay": { "mp-alipay" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-baidu": { "mp-baidu" : {
"usingComponents": true "usingComponents" : true
}, },
"mp-toutiao": { "mp-toutiao" : {
"usingComponents": true "usingComponents" : true
}, },
"uniStatistics": { "uniStatistics" : {
"enable": false "enable" : false
}, },
"app": { "app" : {
"distribute": { "distribute" : {
/* android打包配置 */ /* android打包配置 */
"modules": { "modules" : {
"uni-payment":{ "uni-payment" : {
"alipay":{}, "alipay" : {},
"wxpay":{} "wxpay" : {}
}, },
"uni-ad": { "uni-ad" : {
"gdt": {} "gdt" : {}
}
},
"icons" : {
"ios" : {
"appstore" : "unpackage/icon1024.png"
} }
} }
} }
}, },
"vueVersion": "3", "vueVersion" : "3",
"h5": { "h5" : {
"router": { "router" : {
"base": "/web/" "base" : "/web/"
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册