Fix: rasse-erkennung ANTHROPIC_KEY zur Laufzeit prüfen (SW by-v826)

This commit is contained in:
rene 2026-05-10 10:34:28 +02:00
parent 36ccd7815e
commit d18c592ef0
5 changed files with 14 additions and 14 deletions

View file

@ -101,9 +101,9 @@
</script>
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
<link rel="stylesheet" href="/css/design-system.css?v=825">
<link rel="stylesheet" href="/css/layout.css?v=825">
<link rel="stylesheet" href="/css/components.css?v=825">
<link rel="stylesheet" href="/css/design-system.css?v=826">
<link rel="stylesheet" href="/css/layout.css?v=826">
<link rel="stylesheet" href="/css/components.css?v=826">
</head>
<body>
@ -583,10 +583,10 @@
<div id="modal-container"></div>
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
<script src="/js/api.js?v=825"></script>
<script src="/js/ui.js?v=825"></script>
<script src="/js/app.js?v=825"></script>
<script src="/js/worlds.js?v=825"></script>
<script src="/js/api.js?v=826"></script>
<script src="/js/ui.js?v=826"></script>
<script src="/js/app.js?v=826"></script>
<script src="/js/worlds.js?v=826"></script>
<!-- Feature-Seiten werden lazy geladen -->

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '825'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '826'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.5.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';
// Cache-Bust-Parameter nach Update-Reload sofort entfernen

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v825';
const CACHE_VERSION = 'by-v826';
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