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:
@@ -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"), {
|
||||
|
||||
@@ -25,6 +25,8 @@ To change the intro splash and dashboard tab backgrounds **without touching any
|
||||
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
## Dashboard Tab Backgrounds
|
||||
|
||||
| Filename | Tab |
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user