Update homepage

pull/1/head
Made Baruna 2022-06-21 15:22:40 +07:00
parent 8da729179d
commit ae360fec89
3 changed files with 9 additions and 9 deletions

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
const featured = { const featured = {
yelan: { arataki_itto: {
name: 'Yelan', name: 'Arataki Itto',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
xiao: { kuki_shinobu: {
name: 'xiao', name: 'Kuki Shinobu',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300030; const bannerId = 300031;
const image = 'yelanxiao.png'; const image = 'itto_kuki.png';
const width = 800; const width = 800;
const height = 455; const height = 464;
let loading = true; let loading = true;
let user = ''; let user = '';
@ -90,7 +90,7 @@
{item.count} {item.count}
{/if} {/if}
</h3> </h3>
<p class="mr-4 font-sm leading-2 text-right">{item.name}</p> <p class="mr-4 font-sm leading-2 text-right">{$t(item.name)}</p>
</div> </div>
{/each} {/each}
</div> </div>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB