From 0ae62a5a2a6beb752241b021ac54371bed0b1d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: Thu, 26 May 2022 16:11:14 +0800 Subject: [PATCH] =?UTF-8?q?add=20uni=5Fplatfrom=E3=80=81create=5Fenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-app-versions/collection.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 +}