feat: show real-time download progress bar for app updates

Leverage the Tauri updater plugin's DownloadEvent callback to display
a progress bar with downloaded/total bytes during app updates, replacing
the previous spinner-only feedback.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-12 22:01:46 +08:00
parent a763adaf36
commit 1554425b03
12 changed files with 90 additions and 4 deletions

View File

@@ -172,6 +172,7 @@
"checking": "Vérification...",
"checkUpdate": "Rechercher les mises à jour",
"updating": "Installation...",
"downloading": "Téléchargement...",
"upgradeTo": "Mettre à jour vers v{version}",
"foundUpdate": "Nouvelle version v{version} trouvée",
"alreadyLatest": "Vous utilisez déjà la dernière version",