diff --git a/README.md b/README.md index 5c34a5e8..f631156d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架 | Mirai([仓库](https://github.com/nonebot/adapter-mirai),[协议](https://docs.mirai.mamoe.net/mirai-api-http/)) | ✅ | QQ 协议 | | 钉钉([仓库](https://github.com/nonebot/adapter-ding),[协议](https://open.dingtalk.com/document/)) | 🤗 | 寻找 Maintainer(暂不可用) | | 开黑啦([仓库](https://github.com/Tian-que/nonebot-adapter-kaiheila),[协议](https://developer.kookapp.cn/)) | ↗️ | 由社区贡献 | - | Mirai([仓库](https://github.com/ieew/nonebot_adapter_mirai2),[协议](https://docs.mirai.mamoe.net/mirai-api-http/)) | ↗️ | QQ 协议,由社区贡献 | | Ntchat([仓库](https://github.com/JustUndertaker/adapter-ntchat)) | ↗️ | 微信协议,由社区贡献 | | MineCraft([仓库](https://github.com/17TheWord/nonebot-adapter-minecraft)) | ↗️ | 由社区贡献 | | BiliBili Live([仓库](https://github.com/wwweww/adapter-bilibili)) | ↗️ | 由社区贡献 | diff --git a/assets/adapters.json b/assets/adapters.json index 0038ef1c..a6a5d34f 100644 --- a/assets/adapters.json +++ b/assets/adapters.json @@ -69,16 +69,6 @@ "tags": [], "is_official": true }, - { - "module_name": "nonebot.adapters.mirai2", - "project_link": "nonebot_adapter_mirai2", - "name": "mirai2", - "desc": "为 nonebot2 添加 mirai_api_http2.x的兼容适配器", - "author": "ieew", - "homepage": "https://github.com/ieew/nonebot_adapter_mirai2", - "tags": [], - "is_official": false - }, { "module_name": "nonebot.adapters.onebot.v12", "project_link": "nonebot-adapter-onebot",