尝试调整一下内容

This commit is contained in:
liuwei
2025-03-19 09:49:58 +08:00
parent 19c0a2ae4d
commit 85d3f06baf
2 changed files with 12 additions and 6 deletions
+7 -3
View File
@@ -1,3 +1,7 @@
# 插件初始化文件
# 从main模块导入插件类
from .main import MessageSummaryPlugin
from plugins.message_summary.main import MessageSummaryPlugin
def get_plugin():
"""获取插件实例"""
return MessageSummaryPlugin()
__all__ = ['MessageSummaryPlugin', 'get_plugin']