From 808628fe380311731088d75126b4078dbb4a70f5 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Wed, 20 Nov 2024 03:00:39 +0800 Subject: [PATCH] Update homepage --- src/routes/_index/banner.svelte | 14 +++++++------- src/routes/index.svelte | 2 +- static/images/home/lyney chasca.png | Bin 0 -> 214263 bytes 3 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 static/images/home/lyney chasca.png diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index cf720129..f160ae3e 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,25 +13,25 @@ const dispatch = createEventDispatcher(); const featured = { - nahida: { - name: 'Nahida', + lyney: { + name: 'Lyney', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - hu_tao: { - name: 'Hu Tao', + chasca: { + name: 'Chasca', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300073; - const image = 'nahida hutao.png'; + const bannerId = 300074; + const image = 'lyney chasca.png'; const width = 800; - const height = 346; + const height = 449; let loading = true; let user = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 4025a177..5866d509 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@