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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB