mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
✨ 添加日语支持,更新多语言导航和首页链接
This commit is contained in:
@ -83,7 +83,7 @@ def execute_command(command: str) -> str:
|
||||
|
||||
## 依赖注入
|
||||
|
||||
function call支持NoneBot2原生的会话上下文依赖注入,例如Bot、Event等,只需要在函数的参数中声明即可,无需在装饰器中声明。
|
||||
function call支持NoneBot2原生的会话上下文依赖注入,例如Bot、Event等
|
||||
|
||||
```python
|
||||
@on_function_call(description="获取个人信息")
|
||||
|
@ -14,8 +14,8 @@ hero:
|
||||
text: 开发及扩展
|
||||
link: /dev/extension/
|
||||
image:
|
||||
light: ./marsho-full.svg
|
||||
dark: ./marsho-full.svg
|
||||
light: /marsho-full.svg
|
||||
dark: /marsho-full.svg
|
||||
alt: Marsho Logo
|
||||
|
||||
features:
|
||||
|
Reference in New Issue
Block a user