mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-03 06:55:06 +08:00
🐛 修复渲染异常
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<span>的生日哦~</span>
|
||||
<img @click="toBirth(true)" src="/source/UI/act_birthday.webp" alt="empty" class="active" />
|
||||
</div>
|
||||
<div>即将到来:{{ next[0].role_birthday }}</div>
|
||||
<div>即将到来:{{ next[0]?.role_birthday }}</div>
|
||||
<div v-for="i in next" :key="i.role_id" class="tcb-item">
|
||||
<TMiImg
|
||||
v-if="i.head_icon.startsWith('http')"
|
||||
|
||||
Reference in New Issue
Block a user