From e23dddf678f89c5d96e9ad9841c636f8468e8770 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Tue, 29 Oct 2024 22:33:25 +0800 Subject: [PATCH] Update homepage --- src/routes/_index/banner.svelte | 14 +++++++------- src/routes/index.svelte | 2 +- src/service-worker.js | 2 +- static/images/home/nahida hutao.png | Bin 0 -> 172826 bytes 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 static/images/home/nahida hutao.png diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index d30aa1ae..49992229 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,25 +13,25 @@ const dispatch = createEventDispatcher(); const featured = { - chiori: { - name: 'Chiori', + nahida: { + name: 'Nahida', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - xilonen: { - name: 'Xilonen', + hutao: { + name: 'Hutao', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300072; - const image = 'xilonen chiori.png'; + const bannerId = 300073; + const image = 'nahida hutao.png'; const width = 800; - const height = 428; + const height = 346; let loading = true; let user = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 7d1aa44d..4025a177 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@