feat(游戏王): 更新游戏王图源,并对所有使用v-smart-img指令的页面进行处理
This commit is contained in:
parent
fff92b6c3d
commit
c915b344ca
@ -238,6 +238,7 @@
|
|||||||
<!-- 结算时间 -->
|
<!-- 结算时间 -->
|
||||||
<div
|
<div
|
||||||
style="
|
style="
|
||||||
|
font-size: 1.3em;
|
||||||
font-weight: 590;
|
font-weight: 590;
|
||||||
background-image: -webkit-linear-gradient(
|
background-image: -webkit-linear-gradient(
|
||||||
top,
|
top,
|
||||||
@ -255,7 +256,7 @@
|
|||||||
<!-- 特殊奖励 -->
|
<!-- 特殊奖励 -->
|
||||||
<img
|
<img
|
||||||
v-smart-img
|
v-smart-img
|
||||||
:src="imageUrl(getImgName('specialRewards'))"
|
:src="imageUrl(getImgName('specialRewardsNew'))"
|
||||||
alt=""
|
alt=""
|
||||||
style="display: block; width: 100%; object-fit: cover"
|
style="display: block; width: 100%; object-fit: cover"
|
||||||
/>
|
/>
|
||||||
@ -713,7 +714,7 @@
|
|||||||
|
|
||||||
<!-- 每日弹窗 -->
|
<!-- 每日弹窗 -->
|
||||||
<div v-show="dailyPopUpShow" @click.stop>
|
<div v-show="dailyPopUpShow" @click.stop>
|
||||||
<itemCenter :imgUrl="imageUrl(getImgName('dailyPopUp'))">
|
<itemCenter :imgUrl="imageUrl(getImgName('dailyPopUpNew'))">
|
||||||
<!-- 关闭按钮 -->
|
<!-- 关闭按钮 -->
|
||||||
<img
|
<img
|
||||||
v-smart-img
|
v-smart-img
|
||||||
@ -1022,7 +1023,7 @@ const preloadCriticalImages = async () => {
|
|||||||
imageUrl('bg'),
|
imageUrl('bg'),
|
||||||
imageUrl('bg2'),
|
imageUrl('bg2'),
|
||||||
imageUrl('closeBt'),
|
imageUrl('closeBt'),
|
||||||
imageUrl(getImgName('dailyPopUp')),
|
imageUrl(getImgName('dailyPopUpNew')),
|
||||||
imageUrl('helpBt'),
|
imageUrl('helpBt'),
|
||||||
imageUrl(getImgName('helpInfo')),
|
imageUrl(getImgName('helpInfo')),
|
||||||
imageUrl(getImgName('historyBt')),
|
imageUrl(getImgName('historyBt')),
|
||||||
@ -1068,7 +1069,7 @@ const preloadOtherImages = async () => {
|
|||||||
const criticalImages = [
|
const criticalImages = [
|
||||||
imageUrl(getImgName('historyTopBg')),
|
imageUrl(getImgName('historyTopBg')),
|
||||||
imageUrl('historyTopFrame'),
|
imageUrl('historyTopFrame'),
|
||||||
imageUrl(getImgName('specialRewards')),
|
imageUrl(getImgName('specialRewardsNew')),
|
||||||
imageUrl('top1RewardBg'),
|
imageUrl('top1RewardBg'),
|
||||||
imageUrl('top2_4RewardBg'),
|
imageUrl('top2_4RewardBg'),
|
||||||
imageUrl('top5_7RewardBg'),
|
imageUrl('top5_7RewardBg'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user