From e1ccdfc08be10638c7c7e27fd0227a566fd0a40c Mon Sep 17 00:00:00 2001 From: dcloudhdx Date: Fri, 14 Aug 2020 13:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=A1=E7=8C=AE=E8=80=85?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/opendb-address-areas/collection.json | 4 ++-- collection/opendb-address-areas/package.json | 8 +++++++- collection/opendb-address-cities/package.json | 8 +++++++- collection/opendb-address-provinces/package.json | 8 +++++++- collection/opendb-mall-categories/package.json | 8 +++++++- collection/opendb-mall-comments/package.json | 8 +++++++- collection/opendb-mall-goods/package.json | 8 +++++++- collection/opendb-news-articles/package.json | 8 +++++++- collection/opendb-news-categories/package.json | 8 +++++++- collection/opendb-news-comments/package.json | 8 +++++++- collection/uni-id-users/package.json | 8 +++++++- 11 files changed, 72 insertions(+), 12 deletions(-) diff --git a/collection/opendb-address-areas/collection.json b/collection/opendb-address-areas/collection.json index cbeb9bd..0a33ee8 100644 --- a/collection/opendb-address-areas/collection.json +++ b/collection/opendb-address-areas/collection.json @@ -8,11 +8,11 @@ }, "code": { "bsonType": "string", - "description": "县级编码" + "description": "区级编码" }, "name": { "bsonType": "string", - "description": "县级名称" + "description": "区级名称" }, "city_code": { "bsonType": "string", diff --git a/collection/opendb-address-areas/package.json b/collection/opendb-address-areas/package.json index cf607ea..bf0ac80 100644 --- a/collection/opendb-address-areas/package.json +++ b/collection/opendb-address-areas/package.json @@ -5,6 +5,12 @@ "keywords": ["区", "地址"], "opendb": { "title": "区", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-address-cities/package.json b/collection/opendb-address-cities/package.json index d682de2..16ea1ad 100644 --- a/collection/opendb-address-cities/package.json +++ b/collection/opendb-address-cities/package.json @@ -5,6 +5,12 @@ "keywords": ["市", "地址"], "opendb": { "title": "市", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-address-provinces/package.json b/collection/opendb-address-provinces/package.json index d886e3a..6c429c9 100644 --- a/collection/opendb-address-provinces/package.json +++ b/collection/opendb-address-provinces/package.json @@ -5,6 +5,12 @@ "keywords": ["省", "地址"], "opendb": { "title": "省", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-mall-categories/package.json b/collection/opendb-mall-categories/package.json index abbbda3..968a9e5 100644 --- a/collection/opendb-mall-categories/package.json +++ b/collection/opendb-mall-categories/package.json @@ -5,6 +5,12 @@ "keywords": ["电商系统", "商品类别"], "opendb": { "title": "商品类别", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-mall-comments/package.json b/collection/opendb-mall-comments/package.json index 1c4e3ee..847194c 100644 --- a/collection/opendb-mall-comments/package.json +++ b/collection/opendb-mall-comments/package.json @@ -5,6 +5,12 @@ "keywords": ["电商系统", "商品评论表"], "opendb": { "title": "商品评论", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-mall-goods/package.json b/collection/opendb-mall-goods/package.json index 6553804..6045c6d 100644 --- a/collection/opendb-mall-goods/package.json +++ b/collection/opendb-mall-goods/package.json @@ -5,6 +5,12 @@ "keywords": ["电商系统", "商品表"], "opendb": { "title": "商品", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-news-articles/package.json b/collection/opendb-news-articles/package.json index 062a0c1..3f25042 100644 --- a/collection/opendb-news-articles/package.json +++ b/collection/opendb-news-articles/package.json @@ -5,6 +5,12 @@ "keywords": ["文章&评论", "文章表"], "opendb": { "title": "文章", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-news-categories/package.json b/collection/opendb-news-categories/package.json index 25f497a..5c1b48a 100644 --- a/collection/opendb-news-categories/package.json +++ b/collection/opendb-news-categories/package.json @@ -5,6 +5,12 @@ "keywords": ["文章&评论", "文章类别"], "opendb": { "title": "文章类别", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/opendb-news-comments/package.json b/collection/opendb-news-comments/package.json index 0d7b725..6063dfe 100644 --- a/collection/opendb-news-comments/package.json +++ b/collection/opendb-news-comments/package.json @@ -5,6 +5,12 @@ "keywords": ["文章&评论", "文章评论表"], "opendb": { "title": "评论", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } } diff --git a/collection/uni-id-users/package.json b/collection/uni-id-users/package.json index 6860301..dd0f869 100644 --- a/collection/uni-id-users/package.json +++ b/collection/uni-id-users/package.json @@ -5,6 +5,12 @@ "keywords": ["uni-id", "用户管理", "登录", "注册"], "opendb": { "title": "用户", - "type": "collection" + "type": "collection", + "contributors": [ + { + "name": "DCloud", + "email": "" + } + ] } }