From 1950a9594fc887e800bf11c5ebb7ccfb18006133 Mon Sep 17 00:00:00 2001 From: ShineLight <71173418+Shine-Light@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:32:13 +0800 Subject: [PATCH] =?UTF-8?q?:coffin:=20Adapter:=20=E5=88=A0=E9=99=A4=20Gewe?= =?UTF-8?q?chat=20=E9=80=82=E9=85=8D=E5=99=A8=20(#3516)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- assets/adapters.json5 | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index 0d2e3a42..cf2a5f53 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架 | Mail([仓库](https://github.com/mobyw/nonebot-adapter-mail)) | ↗️ | 邮件收发协议,由社区贡献 | | 黑盒语音([仓库](https://github.com/lclbm/adapter-heybox),[协议](https://github.com/QingFengOpen/HeychatDoc)) | ↗️ | 黑盒语音机器人协议,由社区贡献 | | 微信公众平台([仓库](https://github.com/YangRucheng/nonebot-adapter-wxmp),[协议](https://developers.weixin.qq.com/doc/))| ↗️ | 微信公众平台协议,由社区贡献 | - | Gewechat([仓库](https://github.com/Shine-Light/nonebot-adapter-gewechat),[协议](https://github.com/Devo919/Gewechat))| ↗️ | Gewechat 微信协议,由社区贡献 | + | Gewechat([仓库](https://github.com/Shine-Light/nonebot-adapter-gewechat),[协议](https://github.com/Devo919/Gewechat))| ❌ | Gewechat 微信协议,Gewechat不再维护及可用 | - 坚实后盾:支持多种 web 框架,可自定义替换、组合 diff --git a/assets/adapters.json5 b/assets/adapters.json5 index 3960610f..e98204a2 100644 --- a/assets/adapters.json5 +++ b/assets/adapters.json5 @@ -284,21 +284,6 @@ ], "is_official": false }, - { - "module_name": "nonebot.adapters.gewechat", - "project_link": "nonebot-adapter-gewechat", - "name": "Gewechat", - "desc": "Gewechat 微信协议适配器", - "author_id": 71173418, - "homepage": "https://github.com/Shine-Light/nonebot-adapter-gewechat", - "tags": [ - { - "label": "微信", - "color": "#79ea52" - } - ], - "is_official": false - }, { "module_name": "nonebot.adapters.milky", "project_link": "nonebot-adapter-milky",