Update service worker cache revision and enhance documentation structure

- Updated the cache revision for index.html in the service worker to ensure proper asset management.
- Added a separator in the INTRO-ASSETS-REPLACE.md file for improved organization.
- Removed a commented line in SplashScreen.vue to clean up the code.
This commit is contained in:
Dorian
2026-02-18 11:15:00 +00:00
parent e5971ca921
commit 473c58894c
3 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ define(['./workbox-21a80088'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.b6sm1j93jm8"
"revision": "0.t09hvan4eu8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

View File

@@ -25,6 +25,8 @@ To change the intro splash and dashboard tab backgrounds **without touching any
---
---
## Dashboard Tab Backgrounds
| Filename | Tab |

View File

@@ -448,7 +448,6 @@ onMounted(() => {
document.body.classList.add('splash-complete')
emit('complete')
}
// Typing starts only after user taps "Tap to start" (required for loop-start + music)
})
onBeforeUnmount(() => {