mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 06:21:14 +08:00
remove uni cms search hot and search logs
This commit is contained in:
parent
50f5ae9fc7
commit
9ad8c59777
@ -1,30 +0,0 @@
|
||||
{
|
||||
"schema": {
|
||||
"bsonType": "object",
|
||||
"permission": {
|
||||
"create": false,
|
||||
"delete": false,
|
||||
"read": true,
|
||||
"update": false
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "ID,系统自动生成"
|
||||
},
|
||||
"content": {
|
||||
"bsonType": "string",
|
||||
"description": "搜索内容"
|
||||
},
|
||||
"count": {
|
||||
"bsonType": "long",
|
||||
"description": "搜索次数"
|
||||
},
|
||||
"create_date": {
|
||||
"bsonType": "timestamp",
|
||||
"description": "统计时间"
|
||||
}
|
||||
},
|
||||
"required": ["content", "count"]
|
||||
},
|
||||
"index": []
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "@opendb/uni-cms-search-hot",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-cms-search-hot",
|
||||
"keywords": ["热搜词", "uni-CMS", "CMS"],
|
||||
"opendb": {
|
||||
"title": "热搜词",
|
||||
"type": "collection",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "DCloud",
|
||||
"email": "",
|
||||
"homepage": "https://gitee.com/dcloud/opendb"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
{
|
||||
"schema": {
|
||||
"bsonType": "object",
|
||||
"permission": {
|
||||
"create": true,
|
||||
"delete": false,
|
||||
"read": false,
|
||||
"update": false
|
||||
},
|
||||
"properties": {
|
||||
"_id": {
|
||||
"description": "ID,系统自动生成"
|
||||
},
|
||||
"content": {
|
||||
"bsonType": "string",
|
||||
"description": "搜索内容"
|
||||
},
|
||||
"create_date": {
|
||||
"bsonType": "timestamp",
|
||||
"description": "统计时间"
|
||||
},
|
||||
"device_id": {
|
||||
"bsonType": "string",
|
||||
"description": "设备id"
|
||||
},
|
||||
"user_id": {
|
||||
"bsonType": "string",
|
||||
"description": "收藏者id,参考uni-id-users表"
|
||||
}
|
||||
},
|
||||
"required": ["content"]
|
||||
},
|
||||
"index": []
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
{
|
||||
"name": "@opendb/uni-cms-search-log",
|
||||
"version": "0.0.1",
|
||||
"description": "uni-cms-search-log",
|
||||
"keywords": ["搜索记录", "uni-CMS", "CMS"],
|
||||
"opendb": {
|
||||
"title": "搜索记录",
|
||||
"type": "collection",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "DCloud",
|
||||
"email": "",
|
||||
"homepage": "https://gitee.com/dcloud/opendb"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user