feat 更新时查看更新说明

This commit is contained in:
jxxghp
2024-04-13 18:36:01 +08:00
parent c2849ad49f
commit c6127f440e
2 changed files with 41 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ async function fetchUninstalledPlugins() {
if (uninstalled.id === data.id) {
data.has_update = true
data.repo_url = uninstalled.repo_url
data.history = uninstalled.history
}
}
}