Fix: Landing Dark-Mode, OS-Icons→Phosphor, force-update-Loop (SW by-v953)
- main.py APP_VER 951→953 behebt Update-Loop auf Desktop - Dark-Mode: vollständige @media (prefers-color-scheme: dark) Regeln für alle Sections - Emojis im Verbindung-Block (🏡🔍🐶) durch Phosphor SVG ersetzt - 🐾 in Testimonials und Footer durch paw-print SVG ersetzt
This commit is contained in:
parent
f9160307bc
commit
996ee9c97e
4 changed files with 51 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Offline-Cache + Push Notifications + Tile-Cache
|
||||
============================================================ */
|
||||
|
||||
const CACHE_VERSION = 'by-v952';
|
||||
const CACHE_VERSION = 'by-v953';
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue