From 0a34f4e4837489d40e23c54f09fe675209172752 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 16 Jun 2023 23:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1=20=E8=A7=92=E8=89=B2=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=20overlay=20=E8=8D=89=E5=88=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tuc-detail-constellation.vue | 55 +++++ .../tuc-detail-desc-constellation.vue | 53 ++++ .../userCharacter/tuc-detail-desc-weapon.vue | 74 ++++++ .../userCharacter/tuc-detail-desc.vue | 63 +++++ .../userCharacter/tuc-detail-itembox.vue | 53 ++++ .../userCharacter/tuc-detail-overlay.vue | 226 ++++++++++++++++++ src/components/userCharacter/tuc-role-box.vue | 21 +- 7 files changed, 532 insertions(+), 13 deletions(-) create mode 100644 src/components/userCharacter/tuc-detail-constellation.vue create mode 100644 src/components/userCharacter/tuc-detail-desc-constellation.vue create mode 100644 src/components/userCharacter/tuc-detail-desc-weapon.vue create mode 100644 src/components/userCharacter/tuc-detail-desc.vue create mode 100644 src/components/userCharacter/tuc-detail-itembox.vue create mode 100644 src/components/userCharacter/tuc-detail-overlay.vue diff --git a/src/components/userCharacter/tuc-detail-constellation.vue b/src/components/userCharacter/tuc-detail-constellation.vue new file mode 100644 index 00000000..50c098ab --- /dev/null +++ b/src/components/userCharacter/tuc-detail-constellation.vue @@ -0,0 +1,55 @@ + + + diff --git a/src/components/userCharacter/tuc-detail-desc-constellation.vue b/src/components/userCharacter/tuc-detail-desc-constellation.vue new file mode 100644 index 00000000..a02f5f88 --- /dev/null +++ b/src/components/userCharacter/tuc-detail-desc-constellation.vue @@ -0,0 +1,53 @@ + + + diff --git a/src/components/userCharacter/tuc-detail-desc-weapon.vue b/src/components/userCharacter/tuc-detail-desc-weapon.vue new file mode 100644 index 00000000..e7de5834 --- /dev/null +++ b/src/components/userCharacter/tuc-detail-desc-weapon.vue @@ -0,0 +1,74 @@ + + + diff --git a/src/components/userCharacter/tuc-detail-desc.vue b/src/components/userCharacter/tuc-detail-desc.vue new file mode 100644 index 00000000..aebcc706 --- /dev/null +++ b/src/components/userCharacter/tuc-detail-desc.vue @@ -0,0 +1,63 @@ + + diff --git a/src/components/userCharacter/tuc-detail-itembox.vue b/src/components/userCharacter/tuc-detail-itembox.vue new file mode 100644 index 00000000..a37ffc4c --- /dev/null +++ b/src/components/userCharacter/tuc-detail-itembox.vue @@ -0,0 +1,53 @@ + + + diff --git a/src/components/userCharacter/tuc-detail-overlay.vue b/src/components/userCharacter/tuc-detail-overlay.vue new file mode 100644 index 00000000..989e2a76 --- /dev/null +++ b/src/components/userCharacter/tuc-detail-overlay.vue @@ -0,0 +1,226 @@ + + + diff --git a/src/components/userCharacter/tuc-role-box.vue b/src/components/userCharacter/tuc-role-box.vue index 0dc62942..bd5194e0 100644 --- a/src/components/userCharacter/tuc-role-box.vue +++ b/src/components/userCharacter/tuc-role-box.vue @@ -1,19 +1,23 @@