Skip to content

Commit

Permalink
尝试做到真正可离线化
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Nov 13, 2022
1 parent dd2f97e commit 80fa679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Init service worker
if ('serviceWorker' in navigator)
{
navigator.serviceWorker.register('./sw.js?v=0.0.1');
navigator.serviceWorker.register('./sw.js?v=0.0.2');
}
</script>
<style>
Expand Down

0 comments on commit 80fa679

Please sign in to comment.