mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-14 06:53:00 +08:00
Compare commits
No commits in common. "4648906324ebe2d4bcf61c503e762d734a360be7" and "78cc69c123dfe6f276c4811b0d57496078489841" have entirely different histories.
4648906324
...
78cc69c123
6
database/opendb-news/db_init.json
Normal file
6
database/opendb-news/db_init.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"opendb-news-articles": {},
|
||||
"opendb-news-categories": {},
|
||||
"opendb-news-comments": {},
|
||||
"opendb-news-favorite": {}
|
||||
}
|
10
database/opendb-news/package.json
Normal file
10
database/opendb-news/package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@opendb/opendb-news",
|
||||
"version": "0.0.1",
|
||||
"description": "新闻",
|
||||
"keywords": ["新闻"],
|
||||
"opendb": {
|
||||
"type": "database",
|
||||
"title": "新闻"
|
||||
}
|
||||
}
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"uni-cms-articles": {},
|
||||
"uni-cms-categories": {},
|
||||
"uni-cms-unlock-record": {}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "@opendb/uni-cms",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-cms",
|
||||
"keywords": ["cms"],
|
||||
"opendb": {
|
||||
"type": "database",
|
||||
"title": "uni-cms"
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"uni-im-conversation": {},
|
||||
"uni-im-friend": {},
|
||||
"uni-im-friend-invite": {},
|
||||
"uni-im-msg": {}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"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