diff --git a/README.md b/README.md
index effd5d34aa41..b03ae1fb1b52 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 a1c5aa668c53..c010bef8ffd2 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
},