修复h5加载问题

This commit is contained in:
zhx 2026-07-14 12:18:21 +08:00
parent 94562110bb
commit c2a681ea2b
521 changed files with 209 additions and 209 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -470,7 +470,7 @@
<body> <body>
<div id="appViewport" class="app-viewport"> <div id="appViewport" class="app-viewport">
<main id="page" class="page" aria-label="Achievement"> <main id="page" class="page" aria-label="Achievement">
<img class="stage-bg" src="assets/figma/bg-stage.png" alt="" /> <img class="stage-bg" src="assets/figma/bg-stage.webp" alt="" />
<div class="stage-shade"></div> <div class="stage-shade"></div>
<nav class="nav" aria-label="Achievement navigation"> <nav class="nav" aria-label="Achievement navigation">
<button <button

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -20,22 +20,22 @@
> >
<img <img
class="bg-hall bg-hall-hero" class="bg-hall bg-hall-hero"
src="./assets/hall-bg.png" src="./assets/hall-bg.webp"
alt="" alt=""
/> />
<img <img
class="bg-hall bg-hall-top" class="bg-hall bg-hall-top"
src="./assets/hall-bg.png" src="./assets/hall-bg.webp"
alt="" alt=""
/> />
<img <img
class="bg-hall bg-hall-repeat-a" class="bg-hall bg-hall-repeat-a"
src="./assets/hall-bg.png" src="./assets/hall-bg.webp"
alt="" alt=""
/> />
<img <img
class="bg-hall bg-hall-repeat-b" class="bg-hall bg-hall-repeat-b"
src="./assets/hall-bg.png" src="./assets/hall-bg.webp"
alt="" alt=""
/> />
<div class="top-fade" aria-hidden="true"></div> <div class="top-fade" aria-hidden="true"></div>
@ -88,7 +88,7 @@
<header class="hero"> <header class="hero">
<img <img
class="hero-title" class="hero-title"
src="./assets/title.png" src="./assets/title.webp"
alt="" alt=""
/> />
<p <p
@ -104,7 +104,7 @@
/> />
<img <img
class="hero-cat" class="hero-cat"
src="./assets/cat.png" src="./assets/cat.webp"
alt="" alt=""
/> />
</header> </header>
@ -114,26 +114,26 @@
aria-label="Activity countdown" aria-label="Activity countdown"
> >
<article class="count-cell count-days"> <article class="count-cell count-days">
<img src="./assets/countdown-cell.png" alt="" /> <img src="./assets/countdown-cell.webp" alt="" />
<strong data-count="days">04</strong> <strong data-count="days">04</strong>
<span data-i18n="agencyOpening.days">Days</span> <span data-i18n="agencyOpening.days">Days</span>
</article> </article>
<article class="count-cell count-hours"> <article class="count-cell count-hours">
<img src="./assets/countdown-cell.png" alt="" /> <img src="./assets/countdown-cell.webp" alt="" />
<strong data-count="hours">04</strong> <strong data-count="hours">04</strong>
<span data-i18n="agencyOpening.hours" <span data-i18n="agencyOpening.hours"
>Hours</span >Hours</span
> >
</article> </article>
<article class="count-cell count-minutes"> <article class="count-cell count-minutes">
<img src="./assets/countdown-cell.png" alt="" /> <img src="./assets/countdown-cell.webp" alt="" />
<strong data-count="minutes">04</strong> <strong data-count="minutes">04</strong>
<span data-i18n="agencyOpening.minutes" <span data-i18n="agencyOpening.minutes"
>Minutes</span >Minutes</span
> >
</article> </article>
<article class="count-cell count-seconds"> <article class="count-cell count-seconds">
<img src="./assets/countdown-cell.png" alt="" /> <img src="./assets/countdown-cell.webp" alt="" />
<strong data-count="seconds">04</strong> <strong data-count="seconds">04</strong>
<span data-i18n="agencyOpening.seconds" <span data-i18n="agencyOpening.seconds"
>Seconds</span >Seconds</span
@ -146,7 +146,7 @@
aria-labelledby="qualificationTitle" aria-labelledby="qualificationTitle"
> >
<div class="section-title" id="qualificationTitle"> <div class="section-title" id="qualificationTitle">
<img src="./assets/section-title.png" alt="" /> <img src="./assets/section-title.webp" alt="" />
<h2 <h2
data-i18n="agencyOpening.qualificationTitle" data-i18n="agencyOpening.qualificationTitle"
> >
@ -177,7 +177,7 @@
> >
<img <img
class="status-icon" class="status-icon"
src="./assets/status-check.png" src="./assets/status-check.webp"
alt="" alt=""
/> />
</article> </article>
@ -191,7 +191,7 @@
<strong id="hostCountText">12 > 10</strong> <strong id="hostCountText">12 > 10</strong>
<img <img
class="status-icon" class="status-icon"
src="./assets/status-check.png" src="./assets/status-check.webp"
alt="" alt=""
/> />
</article> </article>
@ -207,7 +207,7 @@
> >
<img <img
class="status-icon" class="status-icon"
src="./assets/status-check.png" src="./assets/status-check.webp"
alt="" alt=""
/> />
</article> </article>
@ -217,7 +217,7 @@
id="applyButton" id="applyButton"
type="button" type="button"
> >
<img src="./assets/apply-button.png" alt="" /> <img src="./assets/apply-button.webp" alt="" />
<span data-i18n="agencyOpening.apply" <span data-i18n="agencyOpening.apply"
>Apply Opening Event</span >Apply Opening Event</span
> >
@ -236,7 +236,7 @@
aria-labelledby="rewardsTitle" aria-labelledby="rewardsTitle"
> >
<div class="section-title" id="rewardsTitle"> <div class="section-title" id="rewardsTitle">
<img src="./assets/section-title.png" alt="" /> <img src="./assets/section-title.webp" alt="" />
<h2 data-i18n="agencyOpening.rewardsTitle"> <h2 data-i18n="agencyOpening.rewardsTitle">
Opening Rewards Opening Rewards
</h2> </h2>
@ -276,7 +276,7 @@
aria-labelledby="rulesTitle" aria-labelledby="rulesTitle"
> >
<div class="section-title" id="rulesTitle"> <div class="section-title" id="rulesTitle">
<img src="./assets/section-title.png" alt="" /> <img src="./assets/section-title.webp" alt="" />
<h2 data-i18n="agencyOpening.rulesTitle"> <h2 data-i18n="agencyOpening.rulesTitle">
Activity Rules Activity Rules
</h2> </h2>
@ -321,7 +321,7 @@
aria-labelledby="recordTitle" aria-labelledby="recordTitle"
> >
<div class="section-title" id="recordTitle"> <div class="section-title" id="recordTitle">
<img src="./assets/section-title.png" alt="" /> <img src="./assets/section-title.webp" alt="" />
<h2 data-i18n="agencyOpening.recordTitle"> <h2 data-i18n="agencyOpening.recordTitle">
Opening Record Opening Record
</h2> </h2>

View File

@ -398,7 +398,7 @@ button:focus-visible {
.frame-piece-top { .frame-piece-top {
top: 0; top: 0;
background-image: url('./assets/frame-top-source.png'); background-image: url('./assets/frame-top-source.webp');
-webkit-mask: url('./assets/frame-top-mask.svg') 0 0 / 1042px 495px -webkit-mask: url('./assets/frame-top-mask.svg') 0 0 / 1042px 495px
no-repeat; no-repeat;
mask: url('./assets/frame-top-mask.svg') 0 0 / 1042px 495px no-repeat; mask: url('./assets/frame-top-mask.svg') 0 0 / 1042px 495px no-repeat;
@ -406,7 +406,7 @@ button:focus-visible {
.frame-piece-bottom { .frame-piece-bottom {
top: var(--bottom-source-top); top: var(--bottom-source-top);
background-image: url('./assets/frame-bottom-source.png'); background-image: url('./assets/frame-bottom-source.webp');
-webkit-mask: url('./assets/frame-bottom-mask.svg') 0 867px / 1042px 357px -webkit-mask: url('./assets/frame-bottom-mask.svg') 0 867px / 1042px 357px
no-repeat; no-repeat;
mask: url('./assets/frame-bottom-mask.svg') 0 867px / 1042px 357px no-repeat; mask: url('./assets/frame-bottom-mask.svg') 0 867px / 1042px 357px no-repeat;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 410 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 447 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 405 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

Some files were not shown because too many files have changed in this diff Show More