diff --git a/src/pages/article/components/TypingArticle.vue b/src/pages/article/components/TypingArticle.vue index bd39b8aa..ffa8fae1 100644 --- a/src/pages/article/components/TypingArticle.vue +++ b/src/pages/article/components/TypingArticle.vue @@ -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 {