refactor(plugin): centralize local install dispatch

This commit is contained in:
InfinityPacer
2026-04-19 04:19:23 +08:00
committed by jxxghp
parent 73cdd297b1
commit 3a93efb082
3 changed files with 23 additions and 22 deletions

View File

@@ -343,7 +343,7 @@ class PluginManager(ConfigReloadMixin, metaclass=Singleton):
f"但跳过处理:{candidate.get('skip_reason')}"
)
continue
logger.warning(f"检测到本地插件 {candidate.get('id')} 依赖文件变化,请重新安装本地插件以安装依赖")
logger.warn(f"检测到本地插件 {candidate.get('id')} 依赖文件变化,请重新安装本地插件以安装依赖")
continue
# 跳过非 .py 文件