mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨ 添加开发模式配置;新增入口文件和函数调用处理逻辑;重构文档字符串解析类
This commit is contained in:
@ -49,6 +49,9 @@ class ConfigModel(BaseModel):
|
||||
marshoai_tencent_secretkey: str | None = None
|
||||
|
||||
marshoai_plugin_dirs: list[str] = []
|
||||
"""插件目录(不是工具)"""
|
||||
marshoai_devmode: bool = False
|
||||
"""开发者模式"""
|
||||
|
||||
|
||||
yaml = YAML()
|
||||
|
Reference in New Issue
Block a user