From 58c5acddc851376d7cbeaa7c79ec2566afe30cd5 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 16 Apr 2024 08:58:07 +0800 Subject: [PATCH] Change the default option of training mode --- src/pages/vocabulary/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/vocabulary/index.vue b/src/pages/vocabulary/index.vue index 01742e1..70308e8 100644 --- a/src/pages/vocabulary/index.vue +++ b/src/pages/vocabulary/index.vue @@ -4,7 +4,7 @@ import vocabulary from './vocabulary' const CHAPTER_KEY = 'vocabulary_chapter' -const isTrainingModel = ref(true) +const isTrainingModel = ref(false) const isShowMeaning = ref(true) const isAutoPlayWordAudio = ref(true) const isOnlyShowErrors = ref(false) @@ -312,7 +312,7 @@ function copyAllError() {