mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-03 17:52:11 +01:00
Update homepage
This commit is contained in:
parent
bb3cab9d3c
commit
ed4691714e
3 changed files with 5 additions and 12 deletions
|
@ -13,23 +13,16 @@
|
|||
const dispatch = createEventDispatcher();
|
||||
|
||||
const featured = {
|
||||
kamisato_ayato: {
|
||||
name: 'Ayato',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
venti: {
|
||||
name: 'Venti',
|
||||
kamisato_ayaka: {
|
||||
name: 'Ayaka',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300028;
|
||||
const image = 'ayatoventi.png';
|
||||
const bannerId = 300029;
|
||||
const image = 'ayaka.png';
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
const promoted = ['kamisato_ayato', 'venti'];
|
||||
const promoted = ['kamisato_ayaka', 'rosaria', 'sayu', 'razor'];
|
||||
let current = 0;
|
||||
|
||||
async function change(index) {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 277 KiB After Width: | Height: | Size: 171 KiB |
Loading…
Reference in a new issue