mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-12 23:52:26 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f91632718 | |||
| b79665adb8 | |||
| fdb258a074 | |||
| c7ab7f3958 | |||
| 94d992d6a7 | |||
| 532c50ffff | |||
| f27f5f179f |
@@ -141,6 +141,7 @@ NoneBot2 是一个现代、跨平台、可扩展的 Python 聊天机器人框架
|
|||||||
| EFChat([仓库](https://github.com/molanp/nonebot_adapter_efchat),[协议](https://irinu-live.melon.fish/efc-help/)) | ↗️ | 恒五聊平台协议,由社区贡献 |
|
| 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 平台协议,由社区贡献 |
|
| VoceChat ([仓库](https://github.com/5656565566/nonebot-adapter-vocechat),[协议](https://doc.voce.chat/zh-cn/bot/bot-and-webhook)) | ↗️ | VoceChat 平台协议,由社区贡献 |
|
||||||
| B站直播间([仓库](https://github.com/MingxuanGame/nonebot-adapter-bilibili-live),[Web API 协议](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/live),[开放平台协议](https://open-live.bilibili.com/document)) | ↗️ | B站直播间(Web API/开放平台)协议,由社区贡献 |
|
| B站直播间([仓库](https://github.com/MingxuanGame/nonebot-adapter-bilibili-live),[Web API 协议](https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/docs/live),[开放平台协议](https://open-live.bilibili.com/document)) | ↗️ | B站直播间(Web API/开放平台)协议,由社区贡献 |
|
||||||
|
| Matrix ([仓库](https://github.com/elysia-best/adapter-matrix),[协议](https://spec.matrix.org/v1.18/)) | ↗️ | Matrix 协议,由社区贡献 |
|
||||||
|
|
||||||
- 坚实后盾:支持多种 web 框架,可自定义替换、组合
|
- 坚实后盾:支持多种 web 框架,可自定义替换、组合
|
||||||
|
|
||||||
|
|||||||
@@ -383,19 +383,4 @@
|
|||||||
],
|
],
|
||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"module_name": "nonebot.adapters.wechatclaw",
|
|
||||||
"project_link": "nonebot-adapter-wechatclaw",
|
|
||||||
"name": "WeChatClaw",
|
|
||||||
"desc": "通过 微信ClawBot 连接微信",
|
|
||||||
"author_id": 99632363,
|
|
||||||
"homepage": "https://github.com/Decrabbityyy/adapter-wechatclaw",
|
|
||||||
"tags": [
|
|
||||||
{
|
|
||||||
"label": "微信",
|
|
||||||
"color": "#ea5252"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"is_official": false
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -10959,4 +10959,35 @@
|
|||||||
],
|
],
|
||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_just_enough_katakanas",
|
||||||
|
"project_link": "nonebot-plugin-just-enough-katakanas",
|
||||||
|
"author_id": 122146865,
|
||||||
|
"tags": [],
|
||||||
|
"is_official": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_class_schedule",
|
||||||
|
"project_link": "nonebot-plugin-class-schedule",
|
||||||
|
"author_id": 141488560,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "课程表",
|
||||||
|
"color": "#1eb5f6"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_official": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module_name": "nonebot_plugin_depsafe",
|
||||||
|
"project_link": "nonebot-plugin-depsafe",
|
||||||
|
"author_id": 208776160,
|
||||||
|
"tags": [
|
||||||
|
{
|
||||||
|
"label": "security",
|
||||||
|
"color": "#ea5252"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"is_official": false
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ toc_max_heading_level: 2
|
|||||||
|
|
||||||
### 📝 文档
|
### 📝 文档
|
||||||
|
|
||||||
|
- Docs: 添加 Matrix 适配器至 README [@elysia-best](https://github.com/elysia-best) ([#4045](https://github.com/nonebot/nonebot2/pull/4045))
|
||||||
- Docs: 添加 WxClaw 适配器 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#4032](https://github.com/nonebot/nonebot2/pull/4032))
|
- Docs: 添加 WxClaw 适配器 [@shoucandanghehe](https://github.com/shoucandanghehe) ([#4032](https://github.com/nonebot/nonebot2/pull/4032))
|
||||||
|
|
||||||
### 💫 杂项
|
### 💫 杂项
|
||||||
@@ -21,6 +22,7 @@ toc_max_heading_level: 2
|
|||||||
|
|
||||||
### 🍻 插件发布
|
### 🍻 插件发布
|
||||||
|
|
||||||
|
- Plugin: Just Enough Katakanas [@noneflow](https://github.com/noneflow) ([#4039](https://github.com/nonebot/nonebot2/pull/4039))
|
||||||
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
|
- Plugin: 群热度统计 [@noneflow](https://github.com/noneflow) ([#4017](https://github.com/nonebot/nonebot2/pull/4017))
|
||||||
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))
|
- Plugin: Permission [@noneflow](https://github.com/noneflow) ([#4022](https://github.com/nonebot/nonebot2/pull/4022))
|
||||||
- Plugin: 舞萌排行榜 [@noneflow](https://github.com/noneflow) ([#4013](https://github.com/nonebot/nonebot2/pull/4013))
|
- Plugin: 舞萌排行榜 [@noneflow](https://github.com/noneflow) ([#4013](https://github.com/nonebot/nonebot2/pull/4013))
|
||||||
@@ -49,6 +51,7 @@ toc_max_heading_level: 2
|
|||||||
|
|
||||||
### 🍻 适配器发布
|
### 🍻 适配器发布
|
||||||
|
|
||||||
|
- Adapter: Matrix [@noneflow](https://github.com/noneflow) ([#4037](https://github.com/nonebot/nonebot2/pull/4037))
|
||||||
- Adapter: WxClaw [@noneflow](https://github.com/noneflow) ([#3944](https://github.com/nonebot/nonebot2/pull/3944))
|
- Adapter: WxClaw [@noneflow](https://github.com/noneflow) ([#3944](https://github.com/nonebot/nonebot2/pull/3944))
|
||||||
|
|
||||||
## v2.5.0
|
## v2.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user