更新缓存版本至v1.0.3

This commit is contained in:
jxxghp
2025-07-13 13:52:16 +08:00
parent 584d290283
commit ccef0d87db
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ declare let self: ServiceWorkerGlobalScope & {
}
// 缓存版本控制
const CACHE_VERSION = 'v1.0.2'
const CACHE_VERSION = 'v1.0.3'
const CACHE_NAMES = {
appShell: `app-shell-${CACHE_VERSION}`,
static: `static-resources-${CACHE_VERSION}`,