diff --git a/README.md b/README.md index d2d1797..9bdb018 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For an enhanced tactile experience, Nexus Timer supports Smart Buttons based on * **Player 1's Button:** Single Click: Emulates a key press (e.g., 'a'). Configure this as Player 1's "Pass Turn / My Pause" hotkey in the app. * **Player 2's Button:** Single Click: Emulates a key press (e.g., 'b'). Configure as Player 2's "Pass Turn / My Pause" hotkey. * If Player 3 is Game Admin: - * **Player 3's Button:** Single Click: Emulates a key press (e.g., 'c'). Configure as Player 3's "Pass Turn / My Pause" hotkey. + * **Player 3's Button:** Single Click: Emulates a key press (e.g., 'c'). Configure as Player 3's "Pass Turn / My Pause" hotkey. * **Player 3's Button:** Double Click: Emulates a key press (e.g., 'x'). Configure as the "Global Run All Timers" hotkey in the app. * **Player 3's Button:** Long Press: Emulates a key press (e.g., 's'). Configure as the "Global Stop/Pause All" hotkey in the app. @@ -230,4 +230,4 @@ View real-time logs ```bash journalctl -fu virt-nexus-timer.service ``` -The previously installed PWA should update automatically or offer an upgrade \ No newline at end of file +The previously installed PWA should update automatically or offer an upgrade diff --git a/public/service-worker.js b/public/service-worker.js index d7885f0..fce1d8b 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,4 +1,4 @@ -const CACHE_VERSION = 'nexus-timer-cache-v7'; +const CACHE_VERSION = 'nexus-timer-cache-v8'; const APP_SHELL_URLS = [ // '/', // Let NetworkFirst handle '/' '/manifest.json', diff --git a/src/views/InfoView.vue b/src/views/InfoView.vue index d2b8450..9830a9a 100644 --- a/src/views/InfoView.vue +++ b/src/views/InfoView.vue @@ -60,7 +60,7 @@ const store = useStore(); // and replace it with the actual build timestamp. // For display, we'll use a ref. const buildTime = ref("2025-05-09 16:57:06"); -// If your hook replaces the entire line `const buildTime = ref("__BUILD_TIME__");` +// If your hook replaces the entire line `const buildTime = ref("2025-05-09 17:03:37");` // with `const buildTime = ref("YYYY-MM-DD HH:MM:SS");`, that's also fine. // Or, if it replaces only the string content: `const buildTime = ref("Actual Build Time");`