i got so many errors while testing it on my server
and i think we can have security issue if use this
anyway thank you and sorry about this
This commit is contained in:
MHSanaei
2024-02-23 17:39:43 +03:30
parent 81c9b4450b
commit a39d07a68a
3 changed files with 0 additions and 90 deletions

View File

@@ -7,16 +7,6 @@
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.8/antd.min.css">
<link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css">
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}">
<link rel="manifest" href="{{ .base_path }}assets/manifest.json">
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('{{ .base_path }}assets/js/sw.js')
.then(function () {
console.log('Service Worker Registered');
});
}
</script>
<style>
[v-cloak] {
display: none;