临时调整权限模块,备份

This commit is contained in:
liuwei
2025-06-09 14:12:31 +08:00
parent cedab1cefd
commit 9d15bf965b
30 changed files with 882 additions and 138 deletions

View File

@@ -331,7 +331,7 @@ class PluginManager:
return plugin
except Exception as e:
self.LOG.error(f"PluginManager加载插件模块 {module_name} 失败: {e}", exc_info=True)
self.LOG.exception(f"PluginManager加载插件模块 {module_name} 失败: {e}", exc_info=True)
return None
def unload_plugin(self, name: str) -> bool: