更新 service-worker.ts

This commit is contained in:
jxxghp
2025-08-23 10:22:31 +08:00
committed by GitHub
parent a3fb4b1534
commit 6e50acf106

View File

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