修复h5加载问题
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 234 KiB |
BIN
achievement/assets/figma/bg-stage.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 391 KiB |
|
Before Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 605 KiB |
BIN
achievement/assets/figma/profile-avatar.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
@ -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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.0 MiB |
BIN
activity/agency-opening/assets/apply-button.webp
Normal file
|
After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 1.7 MiB |
BIN
activity/agency-opening/assets/cat.webp
Normal file
|
After Width: | Height: | Size: 152 KiB |
|
Before Width: | Height: | Size: 1.3 MiB |
BIN
activity/agency-opening/assets/countdown-cell.webp
Normal file
|
After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 5.5 MiB |
BIN
activity/agency-opening/assets/frame-bottom-source.webp
Normal file
|
After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 5.5 MiB |
BIN
activity/agency-opening/assets/frame-top-source.webp
Normal file
|
After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 2.6 MiB |
BIN
activity/agency-opening/assets/hall-bg.webp
Normal file
|
After Width: | Height: | Size: 221 KiB |
|
Before Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
BIN
activity/agency-opening/assets/section-title.webp
Normal file
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 1.9 MiB |
BIN
activity/agency-opening/assets/status-check.webp
Normal file
|
After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
BIN
activity/agency-opening/assets/title.webp
Normal file
|
After Width: | Height: | Size: 99 KiB |
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 278 KiB |
|
Before Width: | Height: | Size: 410 KiB |
|
Before Width: | Height: | Size: 472 KiB |
|
Before Width: | Height: | Size: 506 KiB |
|
Before Width: | Height: | Size: 447 KiB |
|
Before Width: | Height: | Size: 513 KiB |
|
Before Width: | Height: | Size: 451 KiB |
|
Before Width: | Height: | Size: 515 KiB |
|
Before Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 290 KiB |
|
Before Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.5 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 22 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-avatar@2x.webp
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 271 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-bg@2x.webp
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 17 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-button@2x.webp
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 33 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-heart@2x.webp
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-level-pill@2x.webp
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-xp-fill@2x.webp
Normal file
|
After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 2.1 KiB |
BIN
activity/cp-space/assets/parts/cp-lv1-xp-track@2x.webp
Normal file
|
After Width: | Height: | Size: 354 B |
|
Before Width: | Height: | Size: 32 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-avatar@2x.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 358 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-bg@2x.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 27 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-button@2x.webp
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 47 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-heart@2x.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-level-pill@2x.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-xp-fill@2x.webp
Normal file
|
After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
activity/cp-space/assets/parts/cp-lv2-xp-track@2x.webp
Normal file
|
After Width: | Height: | Size: 336 B |
|
Before Width: | Height: | Size: 43 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-avatar@2x.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 439 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-bg@2x.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 33 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-button@2x.webp
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 67 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-heart@2x.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-level-pill@2x.webp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-xp-fill@2x.webp
Normal file
|
After Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
activity/cp-space/assets/parts/cp-lv3-xp-track@2x.webp
Normal file
|
After Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 42 KiB |
BIN
activity/cp-space/assets/parts/cp-lv4-avatar@2x.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 405 KiB |
BIN
activity/cp-space/assets/parts/cp-lv4-bg@2x.webp
Normal file
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 31 KiB |
BIN
activity/cp-space/assets/parts/cp-lv4-button@2x.webp
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 85 KiB |