Update homepage

pull/1/head
Made Baruna 2022-10-14 16:32:46 +07:00
parent 3d7844ccc6
commit ecbbf01cd1
3 changed files with 6 additions and 6 deletions

View File

@ -14,24 +14,24 @@
const featured = {
venti: {
name: 'Venti',
name: 'Nilou',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
cyno: {
name: 'Cyno',
name: 'Albedo',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300036;
const image = 'venticyno.png';
const bannerId = 300037;
const image = 'nilou_albedo.png';
const width = 800;
const height = 523;
const height = 490;
let loading = true;
let user = '';

View File

@ -1,6 +1,6 @@
<script context="module">
export async function load({ fetch }) {
const promoted = ['venti', 'sayu'];
const promoted = ['albedo', 'xiangling', 'barbara', 'beidou'];
const builds = {};
for (const p of promoted) {
const response = await fetch(`/characters/build/${p}.json`);

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB