mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-05-31 16:12:30 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d3c50d79f | |||
| ccfdef01ba | |||
| d721454aeb | |||
| 63d1eddaf8 |
@@ -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 平台协议,由社区贡献 |
|
||||
|
||||
+21
-4
@@ -10948,10 +10948,27 @@
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_fursuit_tv",
|
||||
"project_link": "nonebot-plugin-fursuit-tv",
|
||||
"author_id": 271730814,
|
||||
"tags": [],
|
||||
"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_skland_cos",
|
||||
"project_link": "nonebot-plugin-skland-cos",
|
||||
"author_id": 207130548,
|
||||
"tags": [
|
||||
{
|
||||
"label": "skland",
|
||||
"color": "#ea5252"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
]
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user