This commit is contained in:
github-actions
2025-08-23 02:47:57 +00:00
parent 2874439d62
commit 0cb515695a
32 changed files with 240 additions and 52 deletions

1
docs/registerSW.js Normal file
View File

@@ -0,0 +1 @@
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('/sw.js', { scope: '/' })})}