fix: pwa cache

This commit is contained in:
hamster1963
2024-12-05 10:20:45 +08:00
parent 4032ff62a2
commit 9073fa6429
8 changed files with 139 additions and 3 deletions

View File

@@ -95,5 +95,10 @@
"noData": "No server monitor data",
"avgDelay": "Latency",
"monitorCount": "Services"
},
"pwa": {
"offlineReady": "App ready to work offline",
"newContent": "New content available",
"reload": "Update"
}
}

View File

@@ -95,5 +95,10 @@
"noData": "没有服务器监控数据",
"avgDelay": "延迟",
"monitorCount": "个监控服务"
},
"pwa": {
"offlineReady": "应用可以离线使用了",
"newContent": "发现新版本",
"reload": "更新"
}
}