fix(plugin): preserve market package generation

This commit is contained in:
jxxghp
2026-08-27 22:46:03 +08:00
parent cb139ee20d
commit 988b425510
3 changed files with 48 additions and 6 deletions
@@ -86,6 +86,7 @@ class PluginMetadataMapper:
plugin.history = info.get("history") or {}
plugin.release = bool(info.get("release"))
plugin.repo_url = market
plugin.package_version = package_version
plugin.is_local = False
plugin.add_time = add_time
return plugin