mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-17 10:08:14 +08:00
✨ 命座天赋 icon 本地化
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
class="twc-constellation-tab"
|
||||
density="compact"
|
||||
>
|
||||
<!-- todo 换成本地资源 -->
|
||||
<img :src="`https://api.ambr.top/assets/UI/${item.Icon}.png`" alt="icon" />
|
||||
<img :src="`/icon/constellations/${item.Icon}.webp`" alt="icon" />
|
||||
<span v-if="tab === item.Name">{{ item.Name }}</span>
|
||||
</v-tab>
|
||||
</v-tabs>
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
class="twc-skill-tab"
|
||||
density="compact"
|
||||
>
|
||||
<!-- todo 换成本地资源 -->
|
||||
<img :src="`https://api.ambr.top/assets/UI/${item.icon}.png`" alt="icon" />
|
||||
<img :src="`/icon/talents/${item.icon}.webp`" alt="icon" />
|
||||
<span v-if="tab === item.name">{{ item.name }}</span>
|
||||
</v-tab>
|
||||
</v-tabs>
|
||||
|
||||
Reference in New Issue
Block a user