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 @@ + + + + + mdi-lock + + + + + + + + + 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 @@ + + + + 命之座 + + + + + + {{ props.modelValue.name }} + + + 命之座 + 第 + {{ props.modelValue.pos }} + 层 + + + + + {{ props.modelValue.description }} + + + + + 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 @@ + + + + 武器 + + + + + + {{ props.modelValue.name }} + Lv.{{ props.modelValue.level }} + 精炼 + {{ props.modelValue.affix }} + 阶 + + + + + + + + {{ props.modelValue.description }} + + + + + 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 @@ - + - - + + +