Update homepage

pull/1/head
Made Baruna 2022-04-19 15:22:01 +07:00
parent bb3cab9d3c
commit ed4691714e
3 changed files with 5 additions and 12 deletions

View File

@ -13,23 +13,16 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const featured = { const featured = {
kamisato_ayato: { kamisato_ayaka: {
name: 'Ayato', name: 'Ayaka',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
venti: {
name: 'Venti',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300028; const bannerId = 300029;
const image = 'ayatoventi.png'; const image = 'ayaka.png';
let loading = true; let loading = true;
let user = ''; let user = '';

View File

@ -10,7 +10,7 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const promoted = ['kamisato_ayato', 'venti']; const promoted = ['kamisato_ayaka', 'rosaria', 'sayu', 'razor'];
let current = 0; let current = 0;
async function change(index) { async function change(index) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 171 KiB