mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
✨ 添加函数调用支持,重构插件加载机制,优化函数描述和模块路径管理
This commit is contained in:
@ -6,9 +6,11 @@ require("nonebot_plugin_localstore")
|
||||
import nonebot_plugin_localstore as store # type: ignore
|
||||
from nonebot import get_driver, logger # type: ignore
|
||||
|
||||
# from .hunyuan import *
|
||||
from .azure import *
|
||||
from .config import config
|
||||
|
||||
# from .hunyuan import *
|
||||
from .dev import *
|
||||
from .metadata import metadata
|
||||
|
||||
__author__ = "Asankilp"
|
||||
|
Reference in New Issue
Block a user