update branch

This commit is contained in:
qwen.ai[bot]
2026-04-25 12:28:01 +00:00
parent 138a8ffb7a
commit 3ffc10be92
19 changed files with 147 additions and 60 deletions

View File

@@ -139,7 +139,7 @@ class HotReloadPlugin(Plugin):
elif change_type == "deleted":
self.unload_plugin(plugin_name)
except Exception as e:
Log.error("hot-reload", f"处理变化失败: {e}")
Log.error("hot-reload", f"处理变化失败: {type(e).__name__}: {e}")
def load_plugin(self, plugin_dir: Path) -> bool:
"""运行时加载插件"""