From 68f36529356f939778d7b25f74811d6f1bcab5ab Mon Sep 17 00:00:00 2001 From: yuk255 Date: Thu, 9 Oct 2025 14:49:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/profile/ActivityContent.vue | 521 +++++++++++++++++++++ src/components/profile/PracticeContent.vue | 498 ++++++++++++++++++++ 2 files changed, 1019 insertions(+) create mode 100644 src/components/profile/ActivityContent.vue create mode 100644 src/components/profile/PracticeContent.vue diff --git a/src/components/profile/ActivityContent.vue b/src/components/profile/ActivityContent.vue new file mode 100644 index 0000000..22f9871 --- /dev/null +++ b/src/components/profile/ActivityContent.vue @@ -0,0 +1,521 @@ + + + + + \ No newline at end of file diff --git a/src/components/profile/PracticeContent.vue b/src/components/profile/PracticeContent.vue new file mode 100644 index 0000000..bc65aa4 --- /dev/null +++ b/src/components/profile/PracticeContent.vue @@ -0,0 +1,498 @@ + + + + + \ No newline at end of file