fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 18s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-04 18:51:55 +08:00
parent 3ec0dbcd9b
commit 5720bac683
3 changed files with 5 additions and 5 deletions

View File

@@ -275,7 +275,7 @@ const handleReloadFromNetwork = async () => {
// PWA程序强制页面更新到最新版本
if ('serviceWorker' in navigator) {
updateServiceWorker()
await updateServiceWorker()
showSuccessToast('正在更新,请稍候...')
// 延迟刷新页面以加载新版本
setTimeout(() => {