precision des fichiers aceptés
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<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>
|
||||||
<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>
|
<button id="installBtn" style="display:none; ...">📥 INSTALLER</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,6 +50,8 @@
|
|||||||
|
|
||||||
<input type="file" id="fileInput" accept="audio/*" style="display:none">
|
<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>
|
<script src="script.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -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 = [
|
const ASSETS = [
|
||||||
'./', // Racine
|
'./', // Racine
|
||||||
'./index.html',
|
'./index.html',
|
||||||
|
|||||||
Reference in New Issue
Block a user