precision des fichiers aceptés

This commit is contained in:
2026-03-27 02:02:57 +01:00
parent 04c7ac4142
commit 98b3ac7dd4
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<header>
<div style="display: flex; gap: 10px; align-items: center;">
<button class="stop-all" onclick="stopAll()">🛑 STOP ALL</button>
<span id="app-version" style="color: #555; font-size: 0.8rem; margin-left: 10px;">v1.203</span>
<span id="app-version" style="color: #555; font-size: 0.8rem; margin-left: 10px;">v1.204</span>
<button id="installBtn" style="display:none; ...">📥 INSTALLER</button>
</div>
@@ -50,6 +50,8 @@
<input type="file" id="fileInput" accept="audio/*" style="display:none">
<input type="file" id="fileInput" accept="audio/*, .mp3, .wav, .ogg, .m4a" style="display:none">
<script src="script.js"></script>
</body>

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'sb-v1.203'; // Change ce numéro pour forcer une mise à jour globale
const CACHE_NAME = 'sb-v1.204'; // Change ce numéro pour forcer une mise à jour globale
const ASSETS = [
'./', // Racine
'./index.html',