mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update: package.json opendb 增加title 属性
This commit is contained in:
parent
e36e0d980d
commit
bfbe1e7b18
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-id-users",
|
"description": "uni-id-users",
|
||||||
"keywords": ["uni-id", "用户管理", "登录", "注册"],
|
"keywords": ["uni-id", "用户管理", "登录", "注册"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "用户",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-mall-categories",
|
"description": "uni-mall-categories",
|
||||||
"keywords": ["电商系统", "商品类别"],
|
"keywords": ["电商系统", "商品类别"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "商品类别",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-mall-comments",
|
"description": "uni-mall-comments",
|
||||||
"keywords": ["电商系统", "商品评论表"],
|
"keywords": ["电商系统", "商品评论表"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "商品评论",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-mall-goods",
|
"description": "uni-mall-goods",
|
||||||
"keywords": ["电商系统", "商品表"],
|
"keywords": ["电商系统", "商品表"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "商品",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-news-articles",
|
"description": "uni-news-articles",
|
||||||
"keywords": ["文章&评论", "文章表"],
|
"keywords": ["文章&评论", "文章表"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "文章",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-news-categories",
|
"description": "uni-news-categories",
|
||||||
"keywords": ["文章&评论", "文章类别"],
|
"keywords": ["文章&评论", "文章类别"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "文章类别",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"description": "uni-news-comments",
|
"description": "uni-news-comments",
|
||||||
"keywords": ["文章&评论", "文章评论表"],
|
"keywords": ["文章&评论", "文章评论表"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
|
"title": "评论",
|
||||||
"type": "collection"
|
"type": "collection"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"description": "电商系统",
|
"description": "电商系统",
|
||||||
"keywords": ["电商系统"],
|
"keywords": ["电商系统"],
|
||||||
"opendb": {
|
"opendb": {
|
||||||
"type": "database"
|
"type": "database",
|
||||||
|
"title": "电商系统"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@opendb/uni-id-users": "^0.0.1",
|
"@opendb/uni-id-users": "^0.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user