Update homepage

pull/1/head
Made Baruna 2022-09-28 04:27:31 +07:00
parent f0620b96a7
commit 2a11f2cf8c
10 changed files with 12 additions and 8 deletions

View File

@ -357,4 +357,8 @@ export const itemGroup = {
name: 'Satin',
items: [itemList.faded_red_satin, itemList.trimmed_red_silk, itemList.rich_red_brocade],
},
damaged_prism: {
name: 'Damaged Prism',
items: [itemList.damaged_prism, itemList.turbid_prism, itemList.radiant_prism],
},
};

View File

@ -13,25 +13,25 @@
const dispatch = createEventDispatcher();
const featured = {
ganyu: {
name: 'Ganyu',
venti: {
name: 'Venti',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
sangonomiya_kokomi: {
name: 'Sangonomiya Kokomi',
cyno: {
name: 'Cyno',
rarity: 'legendary',
count: 0,
average: '...',
percentage: '...',
},
};
const bannerId = 300035;
const image = 'ganyukokomi.png';
const bannerId = 300036;
const image = 'venticyno.png';
const width = 800;
const height = 515;
const height = 523;
let loading = true;
let user = '';

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB