diff --git a/src/components/wiki/twc-constellations.vue b/src/components/wiki/twc-constellations.vue index 09c76451..e9c1ead4 100644 --- a/src/components/wiki/twc-constellations.vue +++ b/src/components/wiki/twc-constellations.vue @@ -39,7 +39,7 @@ function parseDesc(desc: string): string { .twc-constellations-box { display: flex; flex-direction: column; - row-gap: 5px; + row-gap: 10px; } .twc-constellations-title { @@ -67,9 +67,11 @@ function parseDesc(desc: string): string { .twc-constellation-top img { width: 30px; height: 30px; - padding: 2px; - border-radius: 5px; - background: var(--common-shadow-4); + filter: brightness(0.25); +} + +.dark .twc-constellation-top img { + filter: brightness(0.75); } .twc-constellation-top span { diff --git a/src/components/wiki/twc-skills.vue b/src/components/wiki/twc-skills.vue new file mode 100644 index 00000000..874df4b7 --- /dev/null +++ b/src/components/wiki/twc-skills.vue @@ -0,0 +1,69 @@ + + + diff --git a/src/views/tw-character.vue b/src/views/tw-character.vue index 7028c28c..3dc7c62c 100644 --- a/src/views/tw-character.vue +++ b/src/views/tw-character.vue @@ -44,8 +44,7 @@ - - +
资料
@@ -74,6 +73,7 @@ import TItembox from "../components/main/t-itembox.vue"; import ToLoading from "../components/overlay/to-loading.vue"; import TwcConstellations from "../components/wiki/twc-constellations.vue"; import TwcMaterials from "../components/wiki/twc-materials.vue"; +import TwcSkills from "../components/wiki/twc-skills.vue"; import { getWikiData } from "../data"; // 路由数据