mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update homepage and wish tally
This commit is contained in:
parent
7be1c560c3
commit
51418557ac
3 changed files with 11 additions and 4 deletions
|
@ -13,15 +13,15 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
kaedehara_kazuha: {
|
||||
kamisato_ayaka: {
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300015;
|
||||
const image = 'kazuha.png';
|
||||
const bannerId = 300016;
|
||||
const image = 'ayaka.png';
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
@ -81,7 +81,7 @@
|
|||
{/if}
|
||||
</h3>
|
||||
<p class="ml-6 font-sm leading-2">
|
||||
<span class="font-semibold">Kazuha</span>
|
||||
<span class="font-semibold">Ayaka</span>
|
||||
{$t('home.banner.summoned')}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -25,6 +25,13 @@
|
|||
</p>
|
||||
|
||||
<div class="px-4 md:px-8">
|
||||
<ItemNew type="character" banner={banners.characters[15]} id={300016} featured={['kamisato_ayaka']} />
|
||||
<ItemNew
|
||||
type="weapon"
|
||||
banner={banners.weapons[14]}
|
||||
id={400015}
|
||||
featured={['mistsplitter_reforged', 'skyward_spine']}
|
||||
/>
|
||||
<ItemNew type="character" banner={banners.characters[14]} id={300015} featured={['kaedehara_kazuha']} />
|
||||
<ItemNew type="weapon" banner={banners.weapons[13]} id={400014} featured={['freedom-sworn', 'skyward_atlas']} />
|
||||
<ItemNew type="character" banner={banners.characters[13]} id={300014} featured={['klee']} />
|
||||
|
|
BIN
static/images/home/ayaka.png
Normal file
BIN
static/images/home/ayaka.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 277 KiB |
Loading…
Add table
Reference in a new issue