Update homepage
parent
f9792f44a0
commit
7ad0df3711
|
@ -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 = '';
|
||||
|
|
|
@ -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`);
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue