更新 service-worker.ts

This commit is contained in:
jxxghp
2025-07-29 07:05:17 +08:00
committed by GitHub
parent 03bd23d314
commit 62f9243714
+1 -1
View File
@@ -6,7 +6,7 @@ declare let self: ServiceWorkerGlobalScope & {
} }
// 缓存版本控制 // 缓存版本控制
const CACHE_VERSION = 'v1.0.4' const CACHE_VERSION = 'v1.0.5'
const CACHE_NAMES = { const CACHE_NAMES = {
appShell: `app-shell-${CACHE_VERSION}`, appShell: `app-shell-${CACHE_VERSION}`,
static: `static-resources-${CACHE_VERSION}`, static: `static-resources-${CACHE_VERSION}`,