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 featured = {
yelan: {
name: 'Yelan',
arataki_itto: {
name: 'Arataki Itto',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
xiao: {
name: 'xiao',
kuki_shinobu: {
name: 'Kuki Shinobu',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300030;
const image = 'yelanxiao.png';
const bannerId = 300031;
const image = 'itto_kuki.png';
const width = 800;
const height = 455;
const height = 464;
let loading = true;
let user = '';
@ -90,7 +90,7 @@
{item.count}
{/if}
</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>
{/each}
</div>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB