This commit is contained in:
jxxghp
2025-05-01 11:20:56 +08:00
parent 9d333b855c
commit 06ad042443

View File

@@ -164,7 +164,7 @@ class _PluginBase(metaclass=ABCMeta):
def get_module(self) -> Dict[str, Any]:
"""
获取插件模块声明,用于持系统模块实现(方法名:方法实现)
获取插件模块声明,用于持系统模块实现(方法名:方法实现)
{
"id1": self.xxx1,
"id2": self.xxx2,