mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
fix: app-versions store_list
This commit is contained in:
parent
181561be1a
commit
599c47b4ab
@ -81,8 +81,8 @@
|
|||||||
},
|
},
|
||||||
"uni_platform": {
|
"uni_platform": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "uni平台信息,如:mp-weixin/web/app",
|
"description": "uni平台信息,如:mp-weixin/web/ios/android",
|
||||||
"label": "平台"
|
"label": "uni 平台"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
@ -96,8 +96,8 @@
|
|||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "可下载安装包地址",
|
"description": "可下载或跳转的链接",
|
||||||
"label": "包地址"
|
"label": "链接"
|
||||||
},
|
},
|
||||||
"stable_publish": {
|
"stable_publish": {
|
||||||
"bsonType": "bool",
|
"bsonType": "bool",
|
||||||
@ -129,6 +129,37 @@
|
|||||||
"create_env": {
|
"create_env": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "创建来源,uni-stat:uni统计自动创建,upgrade-center:升级中心管理员创建"
|
"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"
|
"version": "0.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user