提交 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__/
__snapshot__ __snapshot__
\ No newline at end of file
{ {
"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
},
"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": { "usingComponents" : true
"gdt": {} },
"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"
}
}
} }
} },
} "vueVersion" : "3",
}, "h5" : {
"vueVersion": "3", "router" : {
"h5": { "base" : "/web/"
"router": { }
"base": "/web/" }
}
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册