Update homepage
parent
3d7844ccc6
commit
ecbbf01cd1
|
@ -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 = '';
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue