From bfbe1e7b18c40f346eb5c7b7d8296c56a35caca9 Mon Sep 17 00:00:00 2001 From: handongxun Date: Wed, 5 Aug 2020 10:54:23 +0800 Subject: [PATCH] =?UTF-8?q?update:=20package.json=20opendb=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0title=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collection/uni-id-users/package.json | 1 + collection/uni-mall-categories/package.json | 1 + collection/uni-mall-comments/package.json | 1 + collection/uni-mall-goods/package.json | 1 + collection/uni-news-articles/package.json | 1 + collection/uni-news-categories/package.json | 1 + collection/uni-news-comments/package.json | 1 + database/uni-mall/package.json | 3 ++- 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/collection/uni-id-users/package.json b/collection/uni-id-users/package.json index 83192e6..6860301 100644 --- a/collection/uni-id-users/package.json +++ b/collection/uni-id-users/package.json @@ -4,6 +4,7 @@ "description": "uni-id-users", "keywords": ["uni-id", "用户管理", "登录", "注册"], "opendb": { + "title": "用户", "type": "collection" } } diff --git a/collection/uni-mall-categories/package.json b/collection/uni-mall-categories/package.json index 8fe919a..bc5c54f 100644 --- a/collection/uni-mall-categories/package.json +++ b/collection/uni-mall-categories/package.json @@ -4,6 +4,7 @@ "description": "uni-mall-categories", "keywords": ["电商系统", "商品类别"], "opendb": { + "title": "商品类别", "type": "collection" } } diff --git a/collection/uni-mall-comments/package.json b/collection/uni-mall-comments/package.json index 789a72c..064326a 100644 --- a/collection/uni-mall-comments/package.json +++ b/collection/uni-mall-comments/package.json @@ -4,6 +4,7 @@ "description": "uni-mall-comments", "keywords": ["电商系统", "商品评论表"], "opendb": { + "title": "商品评论", "type": "collection" } } diff --git a/collection/uni-mall-goods/package.json b/collection/uni-mall-goods/package.json index 62051da..f8a6c9b 100644 --- a/collection/uni-mall-goods/package.json +++ b/collection/uni-mall-goods/package.json @@ -4,6 +4,7 @@ "description": "uni-mall-goods", "keywords": ["电商系统", "商品表"], "opendb": { + "title": "商品", "type": "collection" } } diff --git a/collection/uni-news-articles/package.json b/collection/uni-news-articles/package.json index 4a2bb62..8fe38a8 100644 --- a/collection/uni-news-articles/package.json +++ b/collection/uni-news-articles/package.json @@ -4,6 +4,7 @@ "description": "uni-news-articles", "keywords": ["文章&评论", "文章表"], "opendb": { + "title": "文章", "type": "collection" } } diff --git a/collection/uni-news-categories/package.json b/collection/uni-news-categories/package.json index 0e0352c..a0bf512 100644 --- a/collection/uni-news-categories/package.json +++ b/collection/uni-news-categories/package.json @@ -4,6 +4,7 @@ "description": "uni-news-categories", "keywords": ["文章&评论", "文章类别"], "opendb": { + "title": "文章类别", "type": "collection" } } diff --git a/collection/uni-news-comments/package.json b/collection/uni-news-comments/package.json index 1e8f578..4d00e91 100644 --- a/collection/uni-news-comments/package.json +++ b/collection/uni-news-comments/package.json @@ -4,6 +4,7 @@ "description": "uni-news-comments", "keywords": ["文章&评论", "文章评论表"], "opendb": { + "title": "评论", "type": "collection" } } diff --git a/database/uni-mall/package.json b/database/uni-mall/package.json index 0669459..be792eb 100644 --- a/database/uni-mall/package.json +++ b/database/uni-mall/package.json @@ -4,7 +4,8 @@ "description": "电商系统", "keywords": ["电商系统"], "opendb": { - "type": "database" + "type": "database", + "title": "电商系统" }, "dependencies": { "@opendb/uni-id-users": "^0.0.1",