From d827b225e1c7cdcb183ec93d3c40906b4d8fbc62 Mon Sep 17 00:00:00 2001 From: posimai Date: Sat, 21 Mar 2026 13:29:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20SW=20cache=20bust=20v3=20=E2=80=94=20?= =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=82=92=E5=BC=B7=E5=88=B6=E5=8F=8D=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index f24de09..2c48870 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'posimai-veil-v1'; +const CACHE = 'posimai-veil-v3'; const ASSETS = ['/', '/index.html', '/manifest.json']; const ORIGIN = self.location.origin;