mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-03 03:30:20 +00:00
✨ 添加开发文档和 API 文档的初始结构;更新 .gitignore 以排除生成的文档目录
This commit is contained in:
18
docs/zh/dev/api/tools/marshoai_meogirl/mg_info.md
Normal file
18
docs/zh/dev/api/tools/marshoai_meogirl/mg_info.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
title: mg_info
|
||||
---
|
||||
# **模块** `nonebot_plugin_marshoai.tools.marshoai_meogirl.mg_info`
|
||||
|
||||
---
|
||||
### ***func*** `meogirl()`
|
||||
|
||||
|
||||
<details>
|
||||
<summary> <b>源代码</b> 或 <a href='https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/tree/main/nonebot_plugin_marshoai/tools/marshoai_meogirl/mg_info.py#L2' target='_blank'>在GitHub上查看</a></summary>
|
||||
|
||||
```python
|
||||
def meogirl():
|
||||
return 'Meogirl指的是"萌娘百科"(https://zh.moegirl.org.cn/ , 简称"萌百"), 是一个"万物皆可萌的百科全书!"; 同时, MarshoTools也配有"Meogirl"插件, 可调用萌百的api'
|
||||
```
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user