mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-08 12:07:42 +08:00
clean up
This commit is contained in:
parent
82dd87703f
commit
0b516d02c5
@ -7,7 +7,6 @@
|
||||
coverage/
|
||||
node_modules/
|
||||
plugins/**
|
||||
public/sw.js
|
||||
public/meta.js
|
||||
public/app/*
|
||||
public/lang/*
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,5 +25,4 @@ storage/options.php
|
||||
.phpunit.result.cache
|
||||
.php-cs-fixer.cache
|
||||
resources/views/overrides
|
||||
public/sw.js
|
||||
public/meta.js
|
||||
|
@ -2,8 +2,4 @@ const blessingElement = document.querySelector('#blessing-globals')!
|
||||
// @ts-ignore
|
||||
window.blessing = JSON.parse(blessingElement.textContent!)
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
navigator.serviceWorker.register('/sw.js?v6')
|
||||
})
|
||||
|
||||
export {}
|
||||
|
Loading…
Reference in New Issue
Block a user