chore(迎新活动): 更新图源
This commit is contained in:
parent
9cf9464d9c
commit
423f3bb5a9
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user