From 11d5af1144bb2ff0259869006ecc2860f15d8f01 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sun, 15 Dec 2024 23:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=9B=B4=E6=96=B0=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E6=96=87=E6=A1=A3=EF=BC=8C=E4=BF=AE=E6=AD=A3=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=94=AF=E6=8C=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh/dev/extension.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/zh/dev/extension.md b/docs/zh/dev/extension.md index 79b97a66..99f6ee82 100755 --- a/docs/zh/dev/extension.md +++ b/docs/zh/dev/extension.md @@ -95,6 +95,7 @@ async def get_bot_info(b: Bot) -> str: return f"机器人ID: {b.self_id}" ``` -## 更多内容 +## 其他 -- [插件 API 文档](./api/plugin/index) \ No newline at end of file +- function call支持同步和异步函数 +- 本文是一个引导,要查看具体功能请查阅[插件 API 文档](./api/plugin/index) \ No newline at end of file