mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
Compare commits
2 Commits
78cc69c123
...
4648906324
Author | SHA1 | Date | |
---|---|---|---|
|
4648906324 | ||
|
b6f8cf8d48 |
@ -1,6 +0,0 @@
|
||||
{
|
||||
"opendb-news-articles": {},
|
||||
"opendb-news-categories": {},
|
||||
"opendb-news-comments": {},
|
||||
"opendb-news-favorite": {}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "@opendb/opendb-news",
|
||||
"version": "0.0.1",
|
||||
"description": "新闻",
|
||||
"keywords": ["新闻"],
|
||||
"opendb": {
|
||||
"type": "database",
|
||||
"title": "新闻"
|
||||
}
|
||||
}
|
5
database/uni-cms/db_init.json
Normal file
5
database/uni-cms/db_init.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"uni-cms-articles": {},
|
||||
"uni-cms-categories": {},
|
||||
"uni-cms-unlock-record": {}
|
||||
}
|
10
database/uni-cms/package.json
Normal file
10
database/uni-cms/package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@opendb/uni-cms",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-cms",
|
||||
"keywords": ["cms"],
|
||||
"opendb": {
|
||||
"type": "database",
|
||||
"title": "uni-cms"
|
||||
}
|
||||
}
|
6
database/uni-im/db_init.json
Normal file
6
database/uni-im/db_init.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"uni-im-conversation": {},
|
||||
"uni-im-friend": {},
|
||||
"uni-im-friend-invite": {},
|
||||
"uni-im-msg": {}
|
||||
}
|
10
database/uni-im/package.json
Normal file
10
database/uni-im/package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@opendb/uni-im",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-im",
|
||||
"keywords": ["im"],
|
||||
"opendb": {
|
||||
"type": "database",
|
||||
"title": "uni-im"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user