From aca7e491dcf0d24f493e7a665efad1c76ddc4342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sun, 25 Aug 2024 21:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20weaponDetail&relicDetail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userAvatar/tua-dc-relic.vue | 242 ++++++++++++++++++ src/components/userAvatar/tua-dc-weapon.vue | 163 ++++++++++++ src/components/userAvatar/tua-detail-card.vue | 124 +++++++++ .../userAvatar/tua-detail-overlay.vue | 88 +++---- src/pages/User/Characters.vue | 2 +- 5 files changed, 561 insertions(+), 58 deletions(-) create mode 100644 src/components/userAvatar/tua-dc-relic.vue create mode 100644 src/components/userAvatar/tua-dc-weapon.vue create mode 100644 src/components/userAvatar/tua-detail-card.vue diff --git a/src/components/userAvatar/tua-dc-relic.vue b/src/components/userAvatar/tua-dc-relic.vue new file mode 100644 index 00000000..8292d0d5 --- /dev/null +++ b/src/components/userAvatar/tua-dc-relic.vue @@ -0,0 +1,242 @@ + + + diff --git a/src/components/userAvatar/tua-dc-weapon.vue b/src/components/userAvatar/tua-dc-weapon.vue new file mode 100644 index 00000000..b62f39e0 --- /dev/null +++ b/src/components/userAvatar/tua-dc-weapon.vue @@ -0,0 +1,163 @@ + + + diff --git a/src/components/userAvatar/tua-detail-card.vue b/src/components/userAvatar/tua-detail-card.vue new file mode 100644 index 00000000..317253ed --- /dev/null +++ b/src/components/userAvatar/tua-detail-card.vue @@ -0,0 +1,124 @@ + + + diff --git a/src/components/userAvatar/tua-detail-overlay.vue b/src/components/userAvatar/tua-detail-overlay.vue index 5055243f..da8b5249 100644 --- a/src/components/userAvatar/tua-detail-overlay.vue +++ b/src/components/userAvatar/tua-detail-overlay.vue @@ -1,44 +1,36 @@