add uni-cms uni-im database

This commit is contained in:
wangmoyang 2023-04-12 15:35:23 +08:00
parent b6f8cf8d48
commit 4648906324
4 changed files with 31 additions and 0 deletions

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