From 84f22b0cea6f819a2609c7c1543137e167db32a6 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Fri, 18 Nov 2022 15:26:02 +0800 Subject: [PATCH] Update homepage --- src/routes/_index/banner.svelte | 16 ++++++++-------- src/routes/index.svelte | 2 +- .../images/banners/Epitome Invocation 38.png | Bin 0 -> 329433 bytes static/images/banners/Everbloom Violet 2.png | Bin 0 -> 547950 bytes .../images/banners/Farewell of Snezhnaya 4.png | Bin 0 -> 501647 bytes static/images/home/tartaglia_yae.png | Bin 0 -> 334917 bytes 6 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 static/images/banners/Epitome Invocation 38.png create mode 100644 static/images/banners/Everbloom Violet 2.png create mode 100644 static/images/banners/Farewell of Snezhnaya 4.png create mode 100644 static/images/home/tartaglia_yae.png diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 7ec6f7ee..cd9d1eb0 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,23 +13,23 @@ const dispatch = createEventDispatcher(); const featured = { - yoimiya: { - name: 'Yoimiya', + tartaglia: { + name: 'Tartaglia', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - nahida: { - name: 'Nahida', + yae_miko: { + name: 'Yae Miko', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300038; - const image = 'nahida_yoimiya.png'; + const bannerId = 300039; + const image = 'tartaglia_yae.png'; const width = 800; const height = 595; @@ -82,7 +82,7 @@ class="flex flex-col pt-2 max-w-[60%]" style="background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 17%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0) 100%);" > -

+

{#if loading} {:else} @@ -92,7 +92,7 @@

{$t(item.name)} diff --git a/src/routes/index.svelte b/src/routes/index.svelte index d9b0db9b..40507a18 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@