From c20010d9dd42b9c2b8ad5c0aae591fe29ea1957a Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Thu, 3 Sep 2026 17:53:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=B7=E9=A2=98=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E7=BA=AFdiv=E8=A1=8C=E6=94=B6=E6=95=9B=E5=88=B0AppSta?= =?UTF-8?q?ck?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/practice/PracticeView.vue | 53 +++++++++------------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/client/src/views/practice/PracticeView.vue b/client/src/views/practice/PracticeView.vue index 3579204..70b5638 100644 --- a/client/src/views/practice/PracticeView.vue +++ b/client/src/views/practice/PracticeView.vue @@ -209,13 +209,13 @@ const subtitle = computed(() => { :class="{ 'module-card--active': activeModule === m.name }" @click="selectModule = m.name" > -