affichage à l'écran de la version
This commit is contained in:
@@ -16,11 +16,11 @@
|
|||||||
<header>
|
<header>
|
||||||
<div style="display: flex; gap: 10px; align-items: center;">
|
<div style="display: flex; gap: 10px; align-items: center;">
|
||||||
<button class="stop-all" onclick="stopAll()">🛑 STOP ALL</button>
|
<button class="stop-all" onclick="stopAll()">🛑 STOP ALL</button>
|
||||||
<button id="installBtn" style="display:none; padding: 12px 20px; background: var(--accent); color: black; border: none; border-radius: 4px; font-weight: bold; cursor: pointer;">
|
<span id="app-version" style="color: #555; font-size: 0.8rem; margin-left: 10px;">v1.201</span>
|
||||||
📥 INSTALLER SOUNDBOARD
|
|
||||||
</button>
|
<button id="installBtn" style="display:none; ...">📥 INSTALLER</button>
|
||||||
</div>
|
</div>
|
||||||
<button onclick="toggleEditMode()" id="toggleBtn" style="padding: 12px 30px; border-radius: 4px; font-weight: bold;">MODE ÉDITION</button>
|
<button onclick="toggleEditMode()" id="toggleBtn">MODE ÉDITION</button>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="grid" id="board"></div>
|
<div class="grid" id="board"></div>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const CACHE_NAME = 'sb-v1.2'; // Change ce numéro pour forcer une mise à jour globale
|
const CACHE_NAME = 'sb-v1.201'; // Change ce numéro pour forcer une mise à jour globale
|
||||||
const ASSETS = [
|
const ASSETS = [
|
||||||
'./', // Racine
|
'./', // Racine
|
||||||
'./index.html',
|
'./index.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user