From cd589b79a6fbc86e1694f2e50e64ab165a02e5c9 Mon Sep 17 00:00:00 2001 From: breitenbach76 Date: Tue, 9 Jun 2026 09:06:43 +0200 Subject: [PATCH] v09 --- 04_Tablet-Quiz/app/index.html | 44 ++++++++++++++++++++++++++++------- 04_Tablet-Quiz/app/sw.js | 2 +- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/04_Tablet-Quiz/app/index.html b/04_Tablet-Quiz/app/index.html index 02214b7..1659664 100644 --- a/04_Tablet-Quiz/app/index.html +++ b/04_Tablet-Quiz/app/index.html @@ -5,17 +5,17 @@ SLC-Workshop — Companion-App - +
-
SLC Companion
- v0.7 +
SLC Workshop Companion
+ v0.9
diff --git a/04_Tablet-Quiz/app/sw.js b/04_Tablet-Quiz/app/sw.js index fe19318..ad19a2b 100644 --- a/04_Tablet-Quiz/app/sw.js +++ b/04_Tablet-Quiz/app/sw.js @@ -1,5 +1,5 @@ /* Service Worker — SLC-Workshop Companion (App-Shell, offline-first) */ -const CACHE = "slc-companion-v27"; +const CACHE = "slc-companion-v28"; const SHELL = ["./", "index.html", "manifest.webmanifest", "icon.svg"]; // Action-Card-Grafiken (cards/s-c.png) fuer Offline vorab cachen (alle 24). const CARDS = [];