From b2d5f5260caa4517e8cf911e200ff15488f32a66 Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Sat, 19 Apr 2025 21:51:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B8=83=E5=B1=80=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=95=99=E6=A1=88=E8=AE=BE=E8=AE=A1=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=93=8D=E5=BA=94=E5=BC=8F=E5=B1=8F=E5=B9=95?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/course/Card.vue | 10 +++--- components/fn/teach/LessonPlan.vue | 55 ++++++++++++++++++++++++++++-- pages/course/index.vue | 2 +- tailwind.config.js | 18 ++++++---- 4 files changed, 71 insertions(+), 14 deletions(-) diff --git a/components/course/Card.vue b/components/course/Card.vue index bc5bf28..729b668 100644 --- a/components/course/Card.vue +++ b/components/course/Card.vue @@ -52,17 +52,17 @@ const openCourse = (id: number) => { {{ data.teacherName || "未知教师" }}
- 学期:{{ data.semester || "未知" }} + 学期 {{ data.semester || "未知" }}
课程ID:{{ data.id }}
{{ data.schoolName }}
内容由 AI 生成,仅供参考