diff --git a/collection/opendb-app-versions/collection.json b/collection/opendb-app-versions/collection.json index e21b648..4f8a37d 100644 --- a/collection/opendb-app-versions/collection.json +++ b/collection/opendb-app-versions/collection.json @@ -92,6 +92,11 @@ "description": "安装包类型,native_app || wgt", "label": "安装包类型" }, + "uni_platform": { + "bsonType": "string", + "description": "uni平台信息,如:mp-weixin/web/app", + "label": "平台" + }, "version": { "bsonType": "string", "description": "当前包版本号,必须大于当前线上发行版本号", @@ -133,6 +138,11 @@ "componentForEdit": { "name": "uni-dateformat" } + }, + "create_env": { + "bsonType": "string", + "description": "创建来源,uni-stat:uni统计自动创建,upgrade-center:升级中心管理员创建", + "label": "版本号" } } }, @@ -170,4 +180,4 @@ } } ] -} \ No newline at end of file +}