Update homepage

main
Made Baruna 2024-09-18 00:00:42 +08:00
parent f9792f44a0
commit 7ad0df3711
4 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,10 @@
percentage: '...',
},
};
const bannerId = 300070;
const image = 'mualani kazuha.png';
const bannerId = 300071;
const image = 'raiden kinich.png';
const width = 800;
const height = 343;
const height = 394;
let loading = true;
let user = '';

View File

@ -1,6 +1,6 @@
<script context="module">
export async function load({ fetch }) {
const promoted = ['kaedehara_kazuha', 'xinyan', 'bennett'];
const promoted = ['raiden_shogun', 'thoma', 'kujou_sara'];
const builds = {};
for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`);

View File

@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`;
const IMAGE_URL = `${self.location.origin}/images/`;
const changelog = ['Update banners', 'Update characters & weapons', 'Update achievements', 'Update timeline'];
const changelog = ['Update banners', 'Update characters & weapons', 'Update timeline'];
const channel = new BroadcastChannel('paimonmoe-sw');

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 KiB