Update homepage
parent
f9792f44a0
commit
7ad0df3711
|
@ -28,10 +28,10 @@
|
||||||
percentage: '...',
|
percentage: '...',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const bannerId = 300070;
|
const bannerId = 300071;
|
||||||
const image = 'mualani kazuha.png';
|
const image = 'raiden kinich.png';
|
||||||
const width = 800;
|
const width = 800;
|
||||||
const height = 343;
|
const height = 394;
|
||||||
|
|
||||||
let loading = true;
|
let loading = true;
|
||||||
let user = '';
|
let user = '';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<script context="module">
|
<script context="module">
|
||||||
export async function load({ fetch }) {
|
export async function load({ fetch }) {
|
||||||
const promoted = ['kaedehara_kazuha', 'xinyan', 'bennett'];
|
const promoted = ['raiden_shogun', 'thoma', 'kujou_sara'];
|
||||||
const builds = {};
|
const builds = {};
|
||||||
for (const p of promoted) {
|
for (const p of promoted) {
|
||||||
const response = await fetch(`/characters/build/${p}.json`);
|
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 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');
|
const channel = new BroadcastChannel('paimonmoe-sw');
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 239 KiB |
Loading…
Reference in New Issue