Compare commits

..

4 Commits

Author SHA1 Message Date
St7530 16eaecaa52 🍻 publish plugin Ret 2 Shell 播报与查询 (#4008) 2026-05-31 23:33:47 +08:00
Wojusensei ccfdef01ba 🍻 publish plugin 群热度统计 (#4016) 2026-05-31 15:33:17 +00:00
noneflow[bot] d721454aeb 📝 Update changelog 2026-05-31 13:13:43 +00:00
呵呵です 63d1eddaf8 📝 Docs: 添加 WxClaw 适配器 (#4032) 2026-05-31 21:12:31 +08:00
3 changed files with 20 additions and 3 deletions
+1
View File
@@ -136,6 +136,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/)| ↗️ | 微信公众平台协议,由社区贡献 |
| WxClaw[仓库](https://github.com/shoucandanghehe/nonebot-adapter-wxclaw)[协议](https://www.npmjs.com/package/@tencent-weixin/openclaw-weixin) | ↗️ | 微信智能体协议,由社区贡献 |
| Gewechat[仓库](https://github.com/Shine-Light/nonebot-adapter-gewechat)[协议](https://github.com/Devo919/Gewechat)| ❌ | Gewechat 微信协议,Gewechat不再维护及可用 |
| EFChat[仓库](https://github.com/molanp/nonebot_adapter_efchat)[协议](https://irinu-live.melon.fish/efc-help/) | ↗️ | 恒五聊平台协议,由社区贡献 |
| VoceChat [仓库](https://github.com/5656565566/nonebot-adapter-vocechat)[协议](https://doc.voce.chat/zh-cn/bot/bot-and-webhook) | ↗️ | VoceChat 平台协议,由社区贡献 |
+15 -3
View File
@@ -10948,9 +10948,21 @@
"is_official": false
},
{
"module_name": "nonebot_plugin_fursuit_tv",
"project_link": "nonebot-plugin-fursuit-tv",
"author_id": 271730814,
"module_name": "nonebot_plugin_group_heat",
"project_link": "nonebot-plugin-group-heat",
"author_id": 277260326,
"tags": [
{
"label": "热度",
"color": "#ea5252"
}
],
"is_official": false
},
{
"module_name": "nonebot_plugin_ret2shell",
"project_link": "nonebot-plugin-ret2shell",
"author_id": 53389305,
"tags": [],
"is_official": false
},
+4
View File
@@ -11,6 +11,10 @@ toc_max_heading_level: 2
- Feature: WS 支持 ping interval/timeout 配置 [@StarHeartHunt](https://github.com/StarHeartHunt) ([#3964](https://github.com/nonebot/nonebot2/pull/3964))
### 📝 文档
- Docs: 添加 WxClaw 适配器 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#4032](https://github.com/nonebot/nonebot2/pull/4032))
### 💫 杂项
- CI: 移除 Pull Request Target 触发器 [@StarHeartHunt](https://github.com/StarHeartHunt) ([#3946](https://github.com/nonebot/nonebot2/pull/3946))