update: package.json opendb 增加title 属性

This commit is contained in:
handongxun 2020-08-05 10:54:23 +08:00
parent e36e0d980d
commit bfbe1e7b18
8 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"description": "uni-id-users",
"keywords": ["uni-id", "用户管理", "登录", "注册"],
"opendb": {
"title": "用户",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-mall-categories",
"keywords": ["电商系统", "商品类别"],
"opendb": {
"title": "商品类别",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-mall-comments",
"keywords": ["电商系统", "商品评论表"],
"opendb": {
"title": "商品评论",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-mall-goods",
"keywords": ["电商系统", "商品表"],
"opendb": {
"title": "商品",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-news-articles",
"keywords": ["文章&评论", "文章表"],
"opendb": {
"title": "文章",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-news-categories",
"keywords": ["文章&评论", "文章类别"],
"opendb": {
"title": "文章类别",
"type": "collection"
}
}

View File

@ -4,6 +4,7 @@
"description": "uni-news-comments",
"keywords": ["文章&评论", "文章评论表"],
"opendb": {
"title": "评论",
"type": "collection"
}
}

View File

@ -4,7 +4,8 @@
"description": "电商系统",
"keywords": ["电商系统"],
"opendb": {
"type": "database"
"type": "database",
"title": "电商系统"
},
"dependencies": {
"@opendb/uni-id-users": "^0.0.1",