mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-03 00:19:50 +00:00
✨ 添加开发文档和 API 文档的初始结构;更新 .gitignore 以排除生成的文档目录
This commit is contained in:
45
docs/zh/dev/api/tools/marshoai_meogirl/index.md
Normal file
45
docs/zh/dev/api/tools/marshoai_meogirl/index.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
title: index
|
||||
collapsed: true
|
||||
---
|
||||
# **模块** `nonebot_plugin_marshoai.tools.marshoai_meogirl`
|
||||
|
||||
---
|
||||
### ***async func*** `meogirl()`
|
||||
|
||||
|
||||
<details>
|
||||
<summary> <b>源代码</b> 或 <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_meogirl/__init__.py#L5' target='_blank'>在GitHub上查看</a></summary>
|
||||
|
||||
```python
|
||||
async def meogirl():
|
||||
return mg_info.meogirl()
|
||||
```
|
||||
</details>
|
||||
|
||||
---
|
||||
### ***async func*** `search(msg: str, num: int = 3)`
|
||||
|
||||
|
||||
<details>
|
||||
<summary> <b>源代码</b> 或 <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_meogirl/__init__.py#L10' target='_blank'>在GitHub上查看</a></summary>
|
||||
|
||||
```python
|
||||
async def search(msg: str, num: int=3):
|
||||
return str(await mg_search.search(msg, num))
|
||||
```
|
||||
</details>
|
||||
|
||||
---
|
||||
### ***async func*** `introduce(msg: str)`
|
||||
|
||||
|
||||
<details>
|
||||
<summary> <b>源代码</b> 或 <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_meogirl/__init__.py#L15' target='_blank'>在GitHub上查看</a></summary>
|
||||
|
||||
```python
|
||||
async def introduce(msg: str):
|
||||
return str(await mg_introduce.introduce(msg))
|
||||
```
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user