From fe003d42daaf67bd6aaad33a4ba304797928cab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 26 Aug 2024 12:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20=E6=8A=80=E8=83=BD&=E5=91=BD?= =?UTF-8?q?=E5=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../userAvatar/tua-dc-constellations.vue | 65 ++++++++++++++ src/components/userAvatar/tua-dc-talents.vue | 90 +++++++++++++++++++ src/components/userAvatar/tua-detail-card.vue | 29 ++++-- 3 files changed, 179 insertions(+), 5 deletions(-) create mode 100644 src/components/userAvatar/tua-dc-constellations.vue create mode 100644 src/components/userAvatar/tua-dc-talents.vue diff --git a/src/components/userAvatar/tua-dc-constellations.vue b/src/components/userAvatar/tua-dc-constellations.vue new file mode 100644 index 00000000..2362c8ab --- /dev/null +++ b/src/components/userAvatar/tua-dc-constellations.vue @@ -0,0 +1,65 @@ + + + diff --git a/src/components/userAvatar/tua-dc-talents.vue b/src/components/userAvatar/tua-dc-talents.vue new file mode 100644 index 00000000..d52ffec4 --- /dev/null +++ b/src/components/userAvatar/tua-dc-talents.vue @@ -0,0 +1,90 @@ + + + diff --git a/src/components/userAvatar/tua-detail-card.vue b/src/components/userAvatar/tua-detail-card.vue index 317253ed..72f84c6e 100644 --- a/src/components/userAvatar/tua-detail-card.vue +++ b/src/components/userAvatar/tua-detail-card.vue @@ -1,6 +1,6 @@