mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-25 22:16:08 +08:00
fix: app-versions store_list
This commit is contained in:
parent
181561be1a
commit
599c47b4ab
@ -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-stat:uni统计自动创建,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"
|
||||
|
Loading…
Reference in New Issue
Block a user