diff --git a/collection/uni-cms-search-hot/collection.json b/collection/uni-cms-search-hot/collection.json deleted file mode 100644 index 3525c7d..0000000 --- a/collection/uni-cms-search-hot/collection.json +++ /dev/null @@ -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": [] -} diff --git a/collection/uni-cms-search-hot/package.json b/collection/uni-cms-search-hot/package.json deleted file mode 100644 index f66181e..0000000 --- a/collection/uni-cms-search-hot/package.json +++ /dev/null @@ -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" - } - ] - } -} diff --git a/collection/uni-cms-search-logs/collection.json b/collection/uni-cms-search-logs/collection.json deleted file mode 100644 index f9a587a..0000000 --- a/collection/uni-cms-search-logs/collection.json +++ /dev/null @@ -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": [] -} diff --git a/collection/uni-cms-search-logs/package.json b/collection/uni-cms-search-logs/package.json deleted file mode 100644 index f603797..0000000 --- a/collection/uni-cms-search-logs/package.json +++ /dev/null @@ -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" - } - ] - } -}