mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-22 08:24:53 +01:00
Update wish tally
This commit is contained in:
parent
a6b4ab0fba
commit
86f431133e
2 changed files with 8 additions and 8 deletions
|
@ -201,7 +201,7 @@ export const banners = {
|
||||||
timezoneDependent: true,
|
timezoneDependent: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Moonlight Merriment',
|
name: 'Drifting Luminescence',
|
||||||
image: 1,
|
image: 1,
|
||||||
shortName: 'Kokomi',
|
shortName: 'Kokomi',
|
||||||
start: '2021-09-27 10:00:00',
|
start: '2021-09-27 10:00:00',
|
||||||
|
|
|
@ -25,6 +25,13 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="px-4 md:px-8">
|
<div class="px-4 md:px-8">
|
||||||
|
<ItemNew
|
||||||
|
type="character"
|
||||||
|
banner={banners.characters[18]}
|
||||||
|
id={300019}
|
||||||
|
featured={banners.characters[18].featured}
|
||||||
|
/>
|
||||||
|
<ItemNew type="weapon" banner={banners.weapons[17]} id={400018} featured={banners.weapons[17].featured} />
|
||||||
<ItemNew
|
<ItemNew
|
||||||
type="character"
|
type="character"
|
||||||
banner={banners.characters[17]}
|
banner={banners.characters[17]}
|
||||||
|
@ -32,13 +39,6 @@
|
||||||
featured={banners.characters[17].featured}
|
featured={banners.characters[17].featured}
|
||||||
/>
|
/>
|
||||||
<ItemNew type="weapon" banner={banners.weapons[16]} id={400017} featured={banners.weapons[16].featured} />
|
<ItemNew type="weapon" banner={banners.weapons[16]} id={400017} featured={banners.weapons[16].featured} />
|
||||||
<ItemNew
|
|
||||||
type="character"
|
|
||||||
banner={banners.characters[16]}
|
|
||||||
id={300017}
|
|
||||||
featured={banners.characters[16].featured}
|
|
||||||
/>
|
|
||||||
<ItemNew type="weapon" banner={banners.weapons[15]} id={400016} featured={banners.weapons[15].featured} />
|
|
||||||
<ItemNew type="character" banner={banners.standard[0]} id={200001} />
|
<ItemNew type="character" banner={banners.standard[0]} id={200001} />
|
||||||
{#each showOld as show, i}
|
{#each showOld as show, i}
|
||||||
{#if show}
|
{#if show}
|
||||||
|
|
Loading…
Add table
Reference in a new issue