From 33cedf924e3427b592823d7cb2b04b9069282d6b Mon Sep 17 00:00:00 2001 From: Nofated095 Date: Sat, 6 Jan 2024 15:25:15 +0800 Subject: [PATCH] update avatar --- index.html | 2 +- public/sw.js | 4 ++-- src/App.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7d9a070..d70218f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - Amane's Intro + π”Έπ•žπ•’π•Ÿπ•–'𝕀 π•€π•Ÿπ•₯𝕣𝕠
diff --git a/public/sw.js b/public/sw.js index 2604385..19e802f 100644 --- a/public/sw.js +++ b/public/sw.js @@ -9,7 +9,7 @@ const { CacheFirst, NetworkFirst, NetworkOnly, StaleWhileRevalidate } = strategi const { ExpirationPlugin } = expiration; const { CacheableResponsePlugin } = cacheableResponse; -const cacheSuffixVersion = '-2311201a', +const cacheSuffixVersion = '-240101a', // precacheCacheName = core.cacheNames.precache, // runtimeCacheName = core.cacheNames.runtime, maxEntries = 100; @@ -35,7 +35,7 @@ core.clientsClaim(); precaching.cleanupOutdatedCaches(); routing.registerRoute( - /.*xgjalbum\.oss-cn-hangzhou\.aliyuncs\.com/, + /.*cfdn\.nofated\.win/, new CacheFirst({ cacheName: 'static-immutable' + cacheSuffixVersion, fetchOptions: { diff --git a/src/App.tsx b/src/App.tsx index 60041e6..0f42c25 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -84,7 +84,7 @@ export default function App() {