fix: app-versions store_list

This commit is contained in:
DCloud_LXH 2023-02-13 10:42:45 +08:00
parent 181561be1a
commit 599c47b4ab

View File

@ -81,8 +81,8 @@
},
"uni_platform": {
"bsonType": "string",
"description": "uni平台信息mp-weixin/web/app",
"label": "平台"
"description": "uni平台信息mp-weixin/web/ios/android",
"label": "uni 平台"
},
"version": {
"bsonType": "string",
@ -96,8 +96,8 @@
},
"url": {
"bsonType": "string",
"description": "可下载安装包地址",
"label": "包地址"
"description": "可下载或跳转的链接",
"label": "链接"
},
"stable_publish": {
"bsonType": "bool",
@ -129,6 +129,37 @@
"create_env": {
"bsonType": "string",
"description": "创建来源uni-statuni统计自动创建upgrade-center升级中心管理员创建"
},
"store_list": {
"bsonType": "array",
"description": "发布的应用市场",
"label": "应用市场",
"properties": {
"id": {
"bsonType": "string",
"description": "应用id自动生成",
"label": "id"
},
"name": {
"bsonType": "string",
"description": "应用名称",
"label": "应用名称"
},
"scheme": {
"bsonType": "string",
"description": "应用 scheme",
"label": "应用 scheme"
},
"enable": {
"bsonType": "bool",
"description": "是否启用"
},
"priority": {
"bsonType": "int",
"description": "按照从大到小排序",
"label": "优先级"
}
}
}
},
"version": "0.0.1"