This commit is contained in:
2026-08-14 12:45:37 +08:00
parent 285fa01471
commit 8ba749234e
5 changed files with 50 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export default {
})
this.after(MAX_LINE_MS, () => this.forceNext(i))
try {
speak(line.text, '', () => {
speak(line.text, line.audio, () => {
// 行号守卫:迟到的第 i 句 onEnd 不得提前放行当前句
if (this.lineIndex === i && !this.ended) {
this.lineDone.sp = true