From 7afd24e9a04933bfdd91e0df27d9af7a384d87af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B0=8F=E5=BC=A0?= <2091066548@qq.com>
Date: Fri, 1 Aug 2025 07:00:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=B4=BB=E5=8A=A8=E6=88=91?=
=?UTF-8?q?=E7=9A=84=E6=B6=88=E6=81=AF=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Profile.vue | 2218 ++++++++++++++++++++++++++++++++---------
1 file changed, 1771 insertions(+), 447 deletions(-)
diff --git a/src/views/Profile.vue b/src/views/Profile.vue
index 580ad8b..6c2df44 100644
--- a/src/views/Profile.vue
+++ b/src/views/Profile.vue
@@ -2,513 +2,700 @@
-
-
-
-
![]()
-
{{ userStore.user?.username || '用户名' }}
-
-
-
-
-
-
-
-
+
+
+

-
我的课程
-
+
{{ userStore.user?.username || '用户名' }}
-
-
-

-
我的作业
-
+
+
+
+
-
-
-

-
我的考试
-
-
-
-
-

-
我的练习
-
-
-
-
-

-
我的活动
-
-
-
-
-

-
我的消息
-
-
-
-
-

-
我的资料
-
-
-
-
-

-
我的下载
-
-
-
-
-
-
-
-
-
-
- 全部课程
- 学习中
- 已完结
-
-
-
-
-
-
-
-
-
-
-
-
![]()
-
{{ getStatusText(course.status) }}
-
+
+
+

+
我的课程
-
-
-
{{ course.title }}
-

-
{{ course.rating || 541 }}
-
-
讲师:{{ course.instructor }}
-
{{ course.description }}
+
+
+

+
我的作业
+
-
-

-
共{{ course.chapters || 9 }}章{{ course.lessons || 54 }}节
-

-
{{ course.duration || '12小时43分钟' }}
-
![]()
-
已看{{ course.watchedTime || '10小时20分钟' }}
-
- {{ course.status === 'learning' ? '去学习' : '去复习' }}
-
-
+
+
+

+
我的考试
+
+
+
+
+

+
我的练习
+
+
+
+
+

+
我的活动
+
+
+
+
+

+
我的消息
+
+
+
+
+

+
我的资料
+
+
+
+
+

+
我的下载
-
-