Update homepage

This commit is contained in:
Made Baruna 2023-10-17 19:53:51 +08:00
parent c18caebd4d
commit 8fd111a046
2 changed files with 7 additions and 7 deletions

View file

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const featured = { const featured = {
hu_tao: { wriothesley: {
name: 'Hu Tao', name: 'Wriothesley',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
neuvillette: { venti: {
name: 'Neuvillette', name: 'Venti',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300054; const bannerId = 300055;
const image = 'hutao neuvillette.png'; const image = 'wriothesley venti.png';
const width = 800; const width = 800;
const height = 424; const height = 518;
let loading = true; let loading = true;
let user = ''; let user = '';

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 KiB