mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-03-14 11:43:52 +01:00
Update homepage
This commit is contained in:
parent
3f27afd503
commit
1ca7ae8a21
3 changed files with 5 additions and 5 deletions
|
@ -14,22 +14,22 @@
|
|||
|
||||
const featured = {
|
||||
hu_tao: {
|
||||
name: 'Hu Tao',
|
||||
name: 'Albedo',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
thoma: {
|
||||
name: 'Thoma',
|
||||
name: 'Eula',
|
||||
rarity: 'legendary',
|
||||
count: 0,
|
||||
average: '...',
|
||||
percentage: '...',
|
||||
},
|
||||
};
|
||||
const bannerId = 300021;
|
||||
const image = 'hutao_thoma.png';
|
||||
const bannerId = 300022;
|
||||
const image = 'albedoeula.png';
|
||||
|
||||
let loading = true;
|
||||
let user = '';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import Icon from '../../components/Icon.svelte';
|
||||
|
||||
const promoted = ['hu_tao', 'thoma'];
|
||||
const promoted = ['albedo', 'eula'];
|
||||
let current = 0;
|
||||
|
||||
function change(index) {
|
||||
|
|
BIN
static/images/home/albedoeula.png
Normal file
BIN
static/images/home/albedoeula.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
Loading…
Add table
Reference in a new issue