Compare commits

..

1 Commits

Author SHA1 Message Date
yizhixingjianya-cyx d211e4f72c 🍻 publish plugin nonebot_plugin_fursuit_tv (#3927) 2026-05-28 00:03:31 +08:00
3 changed files with 4 additions and 30 deletions
-1
View File
@@ -136,7 +136,6 @@ 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 平台协议,由社区贡献 |
+4 -25
View File
@@ -10948,31 +10948,10 @@
"is_official": false
},
{
"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_bilibili_downloader",
"project_link": "nonebot-plugin-bilidownloader-woju",
"author_id": 277260326,
"tags": [
{
"label": "bilibili",
"color": "#ea5252"
},
{
"label": "download",
"color": "#ea5252"
}
],
"module_name": "nonebot_plugin_fursuit_tv",
"project_link": "nonebot-plugin-fursuit-tv",
"author_id": 271730814,
"tags": [],
"is_official": false
},
]
-4
View File
@@ -11,10 +11,6 @@ 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))