fix: 插件页面再次进入时不显示新版本提示

This commit is contained in:
jxxghp
2026-05-25 14:32:20 +08:00
parent f5c8a463fa
commit 19a3213be0

View File

@@ -903,6 +903,7 @@ async function refreshActiveTabData(context: KeepAliveRefreshContext = {}) {
}
await fetchInstalledPlugins(context)
await fetchUninstalledPlugins(false, context)
await getPluginStatistics()
// 文件夹配置可能在其它入口被插件操作改变,重新进入时同步一次。
await loadPluginFolders()