Skip to content

Commit fb0387a

Browse files
authored
📝 Docs: 更新 Alconna 主页面 (#3598)
1 parent cf83c27 commit fb0387a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/docs/best-practice/alconna/README.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import TabItem from "@theme/TabItem";
2121
- `switch`: 禁用/启用某个指令
2222
- `with`: 针对具有多个子命令的指令,通过 `with` 在当前会话中载入命令头以节省输入。
2323

24-
以最新版本为例 (v0.57), 本插件已支持 NoneBot 生态中几乎所有的适配器, 包括:
24+
以最新版本为例 (v0.59), 本插件已支持 NoneBot 生态中几乎所有的适配器, 包括:
2525

2626
| 协议名称 | 路径 |
2727
| ------------------------------------------------------------------- | ------------------------------------ |
@@ -46,7 +46,8 @@ import TabItem from "@theme/TabItem";
4646
| [Mail](https://github.com/mobyw/nonebot-adapter-mail) | adapters.mail |
4747
| [微信公众号](https://github.com/YangRucheng/nonebot-adapter-wxmp) | adapters.wxmp |
4848
| [黑盒语音](https://github.com/lclbm/adapter-heybox) | adapters.heybox |
49-
| [Gewechat](https://github.com/Shine-Light/nonebot-adapter-gewechat) | adapters.gewechat |
49+
| [Milky](https://github.com/nonebot/adapter-milky) | adapters.milky |
50+
| [EFChat](https://github.com/molanp/nonebot_adapter_efchat) | adapters.efchat |
5051

5152
## 安装插件
5253

@@ -148,7 +149,7 @@ async def got_location(location: str):
148149

149150
在上面的代码中,我们使用 `Alconna` 来解析命令,`on_alconna` 用来创建响应器,使用 `Match` 来获取解析结果。
150151

151-
关于更多 `Alconna` 的使用方法,可参考 [Alconna 文档](https://arclet.top/docs/tutorial/alconna)
152+
关于更多 `Alconna` 的使用方法,可参考 [Alconna 文档](https://arclet.top/tutorial/alconna)
152153
或阅读 [Alconna 基本介绍](./command.md) 一节。
153154

154155
关于更多 `on_alconna` 的使用方法,可参考 [插件文档](https://github.com/nonebot/plugin-alconna/blob/master/docs.md)

0 commit comments

Comments
 (0)