chore(迎新活动): 更新图源

This commit is contained in:
hzj 2026-03-26 15:12:17 +08:00
parent 9cf9464d9c
commit 423f3bb5a9

View File

@ -4,7 +4,7 @@
<!-- 预加载状态 -->
<div v-if="isLoading" class="loading-container">
<!-- 页面背景 -->
<BackgroundLayer :backgroundImages="[imageUrl('bg1'), imageUrl('bg2'), imageUrl('bg3')]" />
<BackgroundLayer :backgroundImages="[imageUrl('bg1New'), imageUrl('bg2'), imageUrl('bg3')]" />
<!-- 加载动画 -->
<div class="loading-spinner"></div>
@ -14,7 +14,7 @@
<!-- 主要内容 -->
<div v-else style="width: 100vw; min-height: 100vh; overflow: hidden; position: relative">
<!-- 页面背景 -->
<BackgroundLayer :backgroundImages="[imageUrl('bg1'), imageUrl('bg2'), imageUrl('bg3')]" />
<BackgroundLayer :backgroundImages="[imageUrl('bg1New'), imageUrl('bg2'), imageUrl('bg3')]" />
<!-- 头部导航组件 -->
<div style="position: absolute; top: 0; left: 0; width: 100%">
@ -1654,7 +1654,7 @@ const getRechargeRewards = async () => {
//
const preloadCriticalImages = async () => {
const criticalImages = [
imageUrl('bg1'),
imageUrl('bg1New'),
imageUrl('bg2'),
imageUrl('bg3'),
imageUrl('BtBg'),