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