Compare commits

...

2 Commits

Author SHA1 Message Date
wangmoyang
4648906324 add uni-cms uni-im database 2023-04-12 15:35:23 +08:00
wangmoyang
b6f8cf8d48 remove opendb-news database 2023-04-12 15:21:24 +08:00
6 changed files with 31 additions and 16 deletions

View File

@ -1,6 +0,0 @@
{
"opendb-news-articles": {},
"opendb-news-categories": {},
"opendb-news-comments": {},
"opendb-news-favorite": {}
}

View File

@ -1,10 +0,0 @@
{
"name": "@opendb/opendb-news",
"version": "0.0.1",
"description": "新闻",
"keywords": ["新闻"],
"opendb": {
"type": "database",
"title": "新闻"
}
}

View File

@ -0,0 +1,5 @@
{
"uni-cms-articles": {},
"uni-cms-categories": {},
"uni-cms-unlock-record": {}
}

View File

@ -0,0 +1,10 @@
{
"name": "@opendb/uni-cms",
"version": "0.0.1",
"description": "uni-cms",
"keywords": ["cms"],
"opendb": {
"type": "database",
"title": "uni-cms"
}
}

View File

@ -0,0 +1,6 @@
{
"uni-im-conversation": {},
"uni-im-friend": {},
"uni-im-friend-invite": {},
"uni-im-msg": {}
}

View File

@ -0,0 +1,10 @@
{
"name": "@opendb/uni-im",
"version": "0.0.1",
"description": "uni-im",
"keywords": ["im"],
"opendb": {
"type": "database",
"title": "uni-im"
}
}