[Automation] Site update No.14

This commit is contained in:
GitHub Actions
2023-08-12 14:57:06 +00:00
commit 08f440e17b
51 changed files with 1050 additions and 0 deletions

1
unregister.js Normal file
View File

@@ -0,0 +1 @@
if ('serviceWorker' in navigator) { navigator.serviceWorker.getRegistrations().then((registrations) => { for (let reg of registrations) { reg.unregister(); } }); }