Update homepage

pull/1/head
Made Baruna 2022-07-13 02:43:42 +07:00
parent 910d81432f
commit f6b91520ce
3 changed files with 13 additions and 13 deletions

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher();
const featured = {
arataki_itto: {
name: 'Arataki Itto',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
kuki_shinobu: {
name: 'Kuki Shinobu',
shikanoin_heizou: {
name: 'Heizou',
rarity: 'rare',
count: 0,
average: '...',
percentage: '...',
},
kaedehara_kazuha: {
name: 'Kazuha',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300031;
const image = 'itto_kuki.png';
const bannerId = 300032;
const image = 'kazuha_heizo.png';
const width = 800;
const height = 464;
const height = 488;
let loading = true;
let user = '';

View File

@ -10,7 +10,7 @@
const dispatch = createEventDispatcher();
const promoted = ['arataki_itto', 'kuki_shinobu'];
const promoted = ['kaedehara_kazuha'];
let current = 0;
async function change(index) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB