From 35cc6011b5e9c922b29f1ca454d70d6e27564105 Mon Sep 17 00:00:00 2001 From: Tarrailt <3165388245@qq.com> Date: Tue, 29 Aug 2023 10:23:17 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20Docs:=20=E6=B7=BB=E5=8A=A0=20Red=20?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=99=A8=E6=8F=8F=E8=BF=B0=20(#2313)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- README.md | 1 + website/static/adapters.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12a1558f..d3f5cc95 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架 | QQ 频道([仓库](https://github.com/nonebot/adapter-qqguild),[协议](https://bot.q.qq.com/wiki/)) | ✅ | 官方接口调整较多 | | 钉钉([仓库](https://github.com/nonebot/adapter-ding),[协议](https://open.dingtalk.com/document/)) | 🤗 | 寻找 Maintainer(暂不可用) | | Console([仓库](https://github.com/nonebot/adapter-console)) | ✅ | 控制台交互 | + | Red ([仓库](https://github.com/nonebot/adapter-red),[协议](https://chrononeko.github.io/QQNTRedProtocol/)) | ✅ | QQ 协议 | | 开黑啦([仓库](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)) | ↗️ | 微信协议,由社区贡献 | diff --git a/website/static/adapters.json b/website/static/adapters.json index b99a4fb8..97461503 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -173,10 +173,10 @@ "module_name": "nonebot.adapters.red", "project_link": "nonebot-adapter-red", "name": "RedProtocol", - "desc": "RedProtocol 适配", + "desc": "QQNT RedProtocol 适配", "author": "zhaomaoniu", - "homepage": "https://github.com/zhaomaoniu/nonebot-adapter-red", + "homepage": "https://github.com/nonebot/adapter-red", "tags": [], - "is_official": false + "is_official": true } ]