From ed753b5564eace6233aae84a9f45363eb75a6350 Mon Sep 17 00:00:00 2001
From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
Date: Mon, 2 Oct 2023 14:37:28 +0800
Subject: [PATCH] =?UTF-8?q?:pencil2:=20Adapter:=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E9=A2=91=E9=81=93=E9=80=82=E9=85=8D=E5=99=A8=E4=B8=BA=20QQ=20?=
=?UTF-8?q?=E9=80=82=E9=85=8D=E5=99=A8=20(#2382)?=
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 | 8 ++++----
website/static/adapters.json | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index effd5d34..b03ae1fb 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,9 @@ _✨ 跨平台 Python 异步机器人框架 ✨_
+
+
+
@@ -63,9 +66,6 @@ _✨ 跨平台 Python 异步机器人框架 ✨_
-
-
-
@@ -116,7 +116,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架
| Telegram([仓库](https://github.com/nonebot/adapter-telegram),[协议](https://core.telegram.org/bots/api)) | ✅ | |
| 飞书([仓库](https://github.com/nonebot/adapter-feishu),[协议](https://open.feishu.cn/document/home/index)) | ✅ | |
| GitHub([仓库](https://github.com/nonebot/adapter-github),[协议](https://docs.github.com/en/apps)) | ✅ | GitHub APP & OAuth APP |
- | QQ 频道([仓库](https://github.com/nonebot/adapter-qqguild),[协议](https://bot.q.qq.com/wiki/)) | ✅ | 官方接口调整较多 |
+ | QQ([仓库](https://github.com/nonebot/adapter-qq),[协议](https://bot.q.qq.com/wiki/)) | ✅ | QQ 官方接口调整较多 |
| 钉钉([仓库](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 协议 |
diff --git a/website/static/adapters.json b/website/static/adapters.json
index a1c5aa66..c010bef8 100644
--- a/website/static/adapters.json
+++ b/website/static/adapters.json
@@ -40,12 +40,12 @@
"is_official": true
},
{
- "module_name": "nonebot.adapters.qqguild",
- "project_link": "nonebot-adapter-qqguild",
- "name": "QQ 频道",
- "desc": "QQ 频道官方机器人",
+ "module_name": "nonebot.adapters.qq",
+ "project_link": "nonebot-adapter-qq",
+ "name": "QQ",
+ "desc": "QQ 官方机器人",
"author": "yanyongyu",
- "homepage": "https://github.com/nonebot/adapter-qqguild",
+ "homepage": "https://github.com/nonebot/adapter-qq",
"tags": [],
"is_official": true
},