chore(cp活动页): 新增双子座图片

This commit is contained in:
hzj 2026-05-20 19:33:12 +08:00
parent e0c45f846b
commit 133383bbbe
2 changed files with 19 additions and 15 deletions

View File

@ -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"

View File

@ -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')),