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 = { const featured = {
hu_tao: { hu_tao: {
name: 'Hu Tao', name: 'Albedo',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
thoma: { thoma: {
name: 'Thoma', name: 'Eula',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300021; const bannerId = 300022;
const image = 'hutao_thoma.png'; const image = 'albedoeula.png';
let loading = true; let loading = true;
let user = ''; let user = '';

View File

@ -6,7 +6,7 @@
import Icon from '../../components/Icon.svelte'; import Icon from '../../components/Icon.svelte';
const promoted = ['hu_tao', 'thoma']; const promoted = ['albedo', 'eula'];
let current = 0; let current = 0;
function change(index) { function change(index) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB