Release 202506130639

This commit is contained in:
pluja
2025-06-13 06:39:29 +00:00
parent 4ca9b9a5c2
commit bf30a6cb2b
5 changed files with 44 additions and 12 deletions

View File

@@ -44,4 +44,8 @@
void updateSW(true)
}
}
window.addEventListener('beforeinstallprompt', (event) => {
event.preventDefault()
})
</script>