perf: disable auto-playing correct audio for practice articles to improve UX

This commit is contained in:
Zyronon
2025-11-28 00:48:10 +08:00
parent 4e0616a5ad
commit fd14f1c81c

View File

@@ -399,8 +399,6 @@ function onTyping(e: KeyboardEvent) {
//单词输入完毕
if (!currentWord.word[stringIndex]) {
input = ''
//如果不是符号,播放完成音效
// if (currentWord.type === PracticeArticleWordType.Word) playCorrect()
if (currentWord.nextSpace) {
isSpace = true
} else {