update: 2026-03-28 20:59

This commit is contained in:
2026-03-28 20:59:52 +08:00
parent e21d58e603
commit 1c81d4e6ea
611 changed files with 27847 additions and 65061 deletions

View File

@@ -1,7 +1,7 @@
// Service Worker for InfoGenie App (PWA)
// 注意PWA 必须在 HTTPS或 localhost下才能生效
const CACHE_VERSION = 'v2';
const CACHE_VERSION = 'v3';
const PRECACHE_NAME = `infogenie-precache-${CACHE_VERSION}`;
const RUNTIME_NAME = `infogenie-runtime-${CACHE_VERSION}`;