chore(cp活动页): 新增双子座图片
This commit is contained in:
parent
e0c45f846b
commit
133383bbbe
@ -48,7 +48,7 @@
|
||||
>
|
||||
<img
|
||||
v-smart-img
|
||||
:src="webpUrl('TaurusCoupleSign')"
|
||||
:src="webpUrl('GeminiCoupleSign')"
|
||||
alt=""
|
||||
class="couple-sign-img"
|
||||
style="width: 5vw; display: block; object-fit: cover"
|
||||
|
||||
@ -14,11 +14,11 @@
|
||||
<BackgroundLayer
|
||||
:useCanvas="true"
|
||||
:backgroundImages="[
|
||||
webpUrl('TaurusBg1New'),
|
||||
webpUrl('TaurusBg2'),
|
||||
webpUrl('TaurusBg3'),
|
||||
webpUrl('TaurusBg4'),
|
||||
webpUrl('TaurusBg5'),
|
||||
webpUrl('GeminiBg1'),
|
||||
webpUrl('GeminiBg2'),
|
||||
webpUrl('GeminiBg3'),
|
||||
webpUrl('GeminiBg4'),
|
||||
webpUrl('GeminiBg5'),
|
||||
]"
|
||||
/>
|
||||
|
||||
@ -1499,7 +1499,7 @@ const twelveSigns = ref([
|
||||
startMonthDay: '5.21',
|
||||
endMonthDay: '6.21',
|
||||
endYearOffset: 0,
|
||||
bgUrl: webpUrl(''),
|
||||
bgUrl: webpUrl('GeminiCoupleFrame'),
|
||||
}, // 双子座
|
||||
{
|
||||
name: 'Cancer',
|
||||
@ -2028,23 +2028,27 @@ const initData = async () => {
|
||||
const preloadCriticalImages = async () => {
|
||||
const criticalImages = [
|
||||
// 背景
|
||||
webpUrl('TaurusBg1New'),
|
||||
webpUrl('TaurusBg2'),
|
||||
webpUrl('TaurusBg3'),
|
||||
webpUrl('TaurusBg4'),
|
||||
webpUrl('TaurusBg5'),
|
||||
webpUrl('GeminiBg1'),
|
||||
webpUrl('GeminiBg2'),
|
||||
webpUrl('GeminiBg3'),
|
||||
webpUrl('GeminiBg4'),
|
||||
webpUrl('GeminiBg5'),
|
||||
|
||||
// 弹幕
|
||||
webpUrl('TaurusCoupleSign'),
|
||||
webpUrl('GeminiCoupleSign'),
|
||||
|
||||
// 情书
|
||||
webpUrl(getImgName('letterBg')),
|
||||
|
||||
// 历史榜首
|
||||
webpUrl(getImgName('historyTopBg')),
|
||||
|
||||
// webpUrl('topCoupleFrame'),
|
||||
webpUrl('AquariusCoupleFrame'),
|
||||
webpUrl('PiscesCoupleFrame'),
|
||||
webpUrl('AquariusCoupleFrame'), // 水瓶座
|
||||
webpUrl('PiscesCoupleFrame'), // 双鱼座
|
||||
webpUrl('AriesCoupleFrame'), // 白羊座
|
||||
webpUrl('TaurusCoupleFrame'), // 金牛座
|
||||
webpUrl('GeminiCoupleFrame'), // 双子座
|
||||
|
||||
// 按钮
|
||||
webpUrl(getImgName('rankingBtActive')),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user