Text: Rassen-Wiki Vergleichstabelle — '> 1.000' statt '1.003 (KI-angereichert)', SW by-v1097
This commit is contained in:
parent
c785becd95
commit
6ad7c4be77
5 changed files with 13 additions and 13 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
1096
|
1097
|
||||||
|
|
@ -101,9 +101,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
<!-- CSS: Reihenfolge ist wichtig — ?v= zwingt Browser zur Neuladung -->
|
||||||
<link rel="stylesheet" href="/css/design-system.css?v=1096">
|
<link rel="stylesheet" href="/css/design-system.css?v=1097">
|
||||||
<link rel="stylesheet" href="/css/layout.css?v=1096">
|
<link rel="stylesheet" href="/css/layout.css?v=1097">
|
||||||
<link rel="stylesheet" href="/css/components.css?v=1096">
|
<link rel="stylesheet" href="/css/components.css?v=1097">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
@ -625,11 +625,11 @@
|
||||||
<div id="modal-container"></div>
|
<div id="modal-container"></div>
|
||||||
|
|
||||||
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
<!-- JS: Reihenfolge ist wichtig — erst Basis, dann Features -->
|
||||||
<script src="/js/api.js?v=1096"></script>
|
<script src="/js/api.js?v=1097"></script>
|
||||||
<script src="/js/ui.js?v=1096"></script>
|
<script src="/js/ui.js?v=1097"></script>
|
||||||
<script src="/js/app.js?v=1096"></script>
|
<script src="/js/app.js?v=1097"></script>
|
||||||
<script src="/js/worlds.js?v=1096"></script>
|
<script src="/js/worlds.js?v=1097"></script>
|
||||||
<script src="/js/offline-indicator.js?v=1096"></script>
|
<script src="/js/offline-indicator.js?v=1097"></script>
|
||||||
|
|
||||||
<!-- Feature-Seiten werden lazy geladen -->
|
<!-- Feature-Seiten werden lazy geladen -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Router, State-Management, Navigation, Initialisierung.
|
Router, State-Management, Navigation, Initialisierung.
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const APP_VER = '1096'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
const APP_VER = '1097'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||||
window.APP_VERSION = APP_VERSION;
|
window.APP_VERSION = APP_VERSION;
|
||||||
|
|
|
||||||
|
|
@ -1359,8 +1359,8 @@
|
||||||
<td class="check">✓</td>
|
<td class="check">✓</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Rassen-Wiki (KI-angereichert)</td>
|
<td>Rassen-Wiki</td>
|
||||||
<td class="check">✓ 1.003</td>
|
<td class="check">✓ > 1.000</td>
|
||||||
<td>200+</td>
|
<td>200+</td>
|
||||||
<td>Basis</td>
|
<td>Basis</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
||||||
const VER = '1096';
|
const VER = '1097';
|
||||||
const CACHE_VERSION = `by-v${VER}`;
|
const CACHE_VERSION = `by-v${VER}`;
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue