From 6d8eed30ce8c30afdf78e38cef032b6cd5afd6d4 Mon Sep 17 00:00:00 2001 From: InfinityPacer Date: Sat, 18 Apr 2026 03:11:46 +0800 Subject: [PATCH] fix(plugin): reload monitor on local path changes --- app/core/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/plugin.py b/app/core/plugin.py index 14c7998b..40a128fa 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -39,7 +39,7 @@ from app.utils.system import SystemUtils class PluginManager(ConfigReloadMixin, metaclass=Singleton): """插件管理器""" - CONFIG_WATCH = {"DEV", "PLUGIN_AUTO_RELOAD"} + CONFIG_WATCH = {"DEV", "PLUGIN_AUTO_RELOAD", "PLUGIN_LOCAL_PATHS"} def __init__(self): # 插件列表