mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-18 10:18:14 +08:00
✨ 命座天赋 icon 本地化
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,7 +6,9 @@ node_modules
|
||||
dist
|
||||
# Secrets
|
||||
.env.sh
|
||||
# wiki-json(dev)
|
||||
# wiki(Dev)
|
||||
src/data/WIKI/Character/
|
||||
src/data/WIKI/Weapon/
|
||||
src/data/WIKI/GCG/
|
||||
public/icon/talents/
|
||||
public/icon/constellations/
|
||||
|
||||
@@ -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