From 133383bbbe2250dc8b964ffd36cdb3b33a8a4323 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 20 May 2026 19:33:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=B4=BB=E5=8A=A8=E9=A1=B5):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=8C=E5=AD=90=E5=BA=A7=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ranking/Couple/components/Barrage.vue | 2 +- src/views/Ranking/Couple/index.vue | 32 +++++++++++-------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/views/Ranking/Couple/components/Barrage.vue b/src/views/Ranking/Couple/components/Barrage.vue index 309530c..9f98c43 100644 --- a/src/views/Ranking/Couple/components/Barrage.vue +++ b/src/views/Ranking/Couple/components/Barrage.vue @@ -48,7 +48,7 @@ > @@ -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')),