From b618b61ff6a512acc6b38b772944b5c61041ad51 Mon Sep 17 00:00:00 2001 From: WX0lxh <2062408239@qq.com> Date: Tue, 11 Nov 2025 14:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E9=A2=98=E7=BB=83=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/train/index.vue | 2 +- .../train/wrongAnswer/mistakeNotebook.vue | 578 +++++++++++++++++- .../train/wrongAnswer/questionPractice.vue | 9 + pages.json | 6 + 4 files changed, 591 insertions(+), 4 deletions(-) create mode 100644 packageB/train/wrongAnswer/questionPractice.vue diff --git a/packageB/train/index.vue b/packageB/train/index.vue index 535cb14..8e39257 100644 --- a/packageB/train/index.vue +++ b/packageB/train/index.vue @@ -35,7 +35,7 @@ - + 错题本 diff --git a/packageB/train/wrongAnswer/mistakeNotebook.vue b/packageB/train/wrongAnswer/mistakeNotebook.vue index a693ec0..1040254 100644 --- a/packageB/train/wrongAnswer/mistakeNotebook.vue +++ b/packageB/train/wrongAnswer/mistakeNotebook.vue @@ -1,9 +1,581 @@ - - \ No newline at end of file diff --git a/packageB/train/wrongAnswer/questionPractice.vue b/packageB/train/wrongAnswer/questionPractice.vue new file mode 100644 index 0000000..af8c001 --- /dev/null +++ b/packageB/train/wrongAnswer/questionPractice.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7c70b99..579c485 100644 --- a/pages.json +++ b/pages.json @@ -341,6 +341,12 @@ "style": { "navigationBarTitleText": "错题本" } + }, + { + "path": "train/wrongAnswer/questionPractice", + "style": { + "navigationBarTitleText": "错题练习" + } } ] },