更新缓存版本至 v1.1.0

This commit is contained in:
jxxghp
2025-08-25 13:18:38 +08:00
parent 4c64f7a2c3
commit 5f70ee8e18

View File

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