更新 service-worker.ts

This commit is contained in:
jxxghp
2025-07-11 07:26:01 +08:00
committed by GitHub
parent 0f1341615b
commit 79d203470a

View File

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