This commit is contained in:
2026-02-28 20:34:25 +01:00
parent eee45c9f1d
commit 5974fdfad5
62 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
node_modules/
.env
src/public/audio/*.mp3

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -852,7 +852,7 @@ function autoSpeak() {
stopAudio();
const { id } = state.currentTopic;
const idx = state.currentIndex;
audioPlayer = new Audio(`/audio/${id}_${idx}.mp3`);
audioPlayer = new Audio(`audio/${id}_${idx}.mp3`);
speakBtn.classList.add('speaking');
audioPlayer.onended = stopAudio;
audioPlayer.onerror = stopAudio;