更新 service-worker.ts

This commit is contained in:
jxxghp
2025-08-24 08:16:14 +08:00
committed by GitHub
parent b1289f6177
commit 3ec3212ca5

View File

@@ -6,7 +6,7 @@ declare let self: ServiceWorkerGlobalScope & {
}
// 缓存版本控制
const CACHE_VERSION = 'v1.0.8'
const CACHE_VERSION = 'v1.0.9'
const CACHE_NAMES = {
appShell: `app-shell-${CACHE_VERSION}`,
static: `static-resources-${CACHE_VERSION}`,