重构Marsho插件,优化模块导入,钩子函数与类实例化,全局变量独立为模块

This commit is contained in:
2024-12-31 00:26:23 +08:00
parent 5f7d82ae29
commit aca5c2bd04
7 changed files with 91 additions and 76 deletions

View File

@ -6,11 +6,11 @@ require("nonebot_plugin_localstore")
import nonebot_plugin_localstore as store # type: ignore
from nonebot import get_driver, logger # type: ignore
from .azure import *
from .config import config
# from .hunyuan import *
from .dev import *
from .marsho import *
from .metadata import metadata
__author__ = "Asankilp"