更新 index.html

This commit is contained in:
jxxghp
2025-09-08 16:12:28 +08:00
parent fa8de34fc5
commit 1a3dccac29
2 changed files with 2 additions and 8 deletions

View File

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