From 06ad04244390c3c8335b074d1612748ec5f63b19 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 1 May 2025 11:20:56 +0800 Subject: [PATCH] fix typo --- app/plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/__init__.py b/app/plugins/__init__.py index a960ea72..1c708c58 100644 --- a/app/plugins/__init__.py +++ b/app/plugins/__init__.py @@ -164,7 +164,7 @@ class _PluginBase(metaclass=ABCMeta): def get_module(self) -> Dict[str, Any]: """ - 获取插件模块声明,用于协持系统模块实现(方法名:方法实现) + 获取插件模块声明,用于胁持系统模块实现(方法名:方法实现) { "id1": self.xxx1, "id2": self.xxx2,