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', name: 'Satin',
items: [itemList.faded_red_satin, itemList.trimmed_red_silk, itemList.rich_red_brocade], 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 dispatch = createEventDispatcher();
const featured = { const featured = {
ganyu: { venti: {
name: 'Ganyu', name: 'Venti',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
sangonomiya_kokomi: { cyno: {
name: 'Sangonomiya Kokomi', name: 'Cyno',
rarity: 'legendary', rarity: 'legendary',
count: 0, count: 0,
average: '...', average: '...',
percentage: '...', percentage: '...',
}, },
}; };
const bannerId = 300035; const bannerId = 300036;
const image = 'ganyukokomi.png'; const image = 'venticyno.png';
const width = 800; const width = 800;
const height = 515; const height = 523;
let loading = true; let loading = true;
let user = ''; let user = '';

View File

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