feat(游戏王): 更新游戏王图源,并对所有使用v-smart-img指令的页面进行处理

This commit is contained in:
hzj 2026-02-25 16:45:38 +08:00
parent fff92b6c3d
commit c915b344ca

View File

@ -238,6 +238,7 @@
<!-- 结算时间 -->
<div
style="
font-size: 1.3em;
font-weight: 590;
background-image: -webkit-linear-gradient(
top,
@ -255,7 +256,7 @@
<!-- 特殊奖励 -->
<img
v-smart-img
:src="imageUrl(getImgName('specialRewards'))"
:src="imageUrl(getImgName('specialRewardsNew'))"
alt=""
style="display: block; width: 100%; object-fit: cover"
/>
@ -713,7 +714,7 @@
<!-- 每日弹窗 -->
<div v-show="dailyPopUpShow" @click.stop>
<itemCenter :imgUrl="imageUrl(getImgName('dailyPopUp'))">
<itemCenter :imgUrl="imageUrl(getImgName('dailyPopUpNew'))">
<!-- 关闭按钮 -->
<img
v-smart-img
@ -1022,7 +1023,7 @@ const preloadCriticalImages = async () => {
imageUrl('bg'),
imageUrl('bg2'),
imageUrl('closeBt'),
imageUrl(getImgName('dailyPopUp')),
imageUrl(getImgName('dailyPopUpNew')),
imageUrl('helpBt'),
imageUrl(getImgName('helpInfo')),
imageUrl(getImgName('historyBt')),
@ -1068,7 +1069,7 @@ const preloadOtherImages = async () => {
const criticalImages = [
imageUrl(getImgName('historyTopBg')),
imageUrl('historyTopFrame'),
imageUrl(getImgName('specialRewards')),
imageUrl(getImgName('specialRewardsNew')),
imageUrl('top1RewardBg'),
imageUrl('top2_4RewardBg'),
imageUrl('top5_7RewardBg'),