Update homepage
parent
c18caebd4d
commit
8fd111a046
|
@ -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 |
Loading…
Reference in New Issue