From 2a11f2cf8c36f5f1392701b3724d16b5934e2545 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Wed, 28 Sep 2022 04:27:31 +0700 Subject: [PATCH] Update homepage --- src/data/itemGroup.js | 4 ++++ src/routes/_index/banner.svelte | 14 +++++++------- src/routes/index.svelte | 2 +- static/images/daily/friday.png | Bin 341903 -> 341893 bytes static/images/daily/monday.png | Bin 366937 -> 347795 bytes static/images/daily/saturday.png | Bin 308964 -> 308817 bytes static/images/daily/thursday.png | Bin 366937 -> 347795 bytes static/images/daily/tuesday.png | Bin 341903 -> 341893 bytes static/images/daily/wednesday.png | Bin 308964 -> 308817 bytes static/images/home/venticyno.png | Bin 0 -> 356208 bytes 10 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 static/images/home/venticyno.png diff --git a/src/data/itemGroup.js b/src/data/itemGroup.js index de001bd2..75300c99 100644 --- a/src/data/itemGroup.js +++ b/src/data/itemGroup.js @@ -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], + }, }; diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index c21c35fa..1b0f01fe 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -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 = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 1b2a960b..cc5c9a58 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@