Mercurial
diff mrjunejune/src/sw.js @ 261:b401627fc49e
Add JRPG mock flows and interactive previews
Add scripted mock SSE commands, custom event forwarding, animated chat turns, full-height message navigation, and a cyberpunk resume dossier.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <mrjunejune@users.noreply.github.com> |
|---|---|
| date | Wed, 05 Aug 2026 20:38:32 -0700 |
| parents | 1f9877b637e9 |
| children | 0f45474c1b1a |
line wrap: on
line diff
--- a/mrjunejune/src/sw.js Wed Aug 05 09:19:41 2026 -0700 +++ b/mrjunejune/src/sw.js Wed Aug 05 20:38:32 2026 -0700 @@ -1,5 +1,5 @@ // Root-scoped Service Worker for MrJuneJune PWA -const CACHE_VERSION = 'v10-inference-chat'; +const CACHE_VERSION = 'v13-turn-resume'; const CACHE_NAME = `mrjunejune-${CACHE_VERSION}`; // Files to cache immediately on install