fix : 切换播放,暂停播放bug

This commit is contained in:
2025-12-22 18:03:10 +08:00
parent 8f1dbc28f7
commit ffcf34fb10
2 changed files with 77 additions and 15 deletions

View File

@@ -734,8 +734,8 @@ function colseFeeBack() {
}
function readMarkdown(value, index) {
speechIndex.value = index;
if (speechIndex.value !== index) {
speechIndex.value = index;
speak(value);
return;
}