Skip to content

Commit 19a3213

Browse files
committed
fix: 插件页面再次进入时不显示新版本提示
1 parent f5c8a46 commit 19a3213

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/plugin/PluginCardListView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,7 @@ async function refreshActiveTabData(context: KeepAliveRefreshContext = {}) {
903903
}
904904
905905
await fetchInstalledPlugins(context)
906+
await fetchUninstalledPlugins(false, context)
906907
await getPluginStatistics()
907908
// 文件夹配置可能在其它入口被插件操作改变,重新进入时同步一次。
908909
await loadPluginFolders()

0 commit comments

Comments
 (0)