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",