Update homepage

pull/1/head
Made Baruna 2021-11-24 15:13:12 +07:00
parent 3f27afd503
commit 1ca7ae8a21
No known key found for this signature in database
GPG Key ID: 5AA5DA16AA5DCEAD
3 changed files with 5 additions and 5 deletions

View File

@ -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 = '';

View File

@ -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) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB