From 5e5eb982654cc10a0c62f8daeaa321d508110003 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Wed, 30 Mar 2022 04:52:25 +0700 Subject: [PATCH] Update homepage --- src/routes/_index/banner.svelte | 12 ++++++------ src/routes/_index/build.svelte | 2 +- src/routes/_layout.svelte | 15 ++++----------- src/routes/changelog.svelte | 9 +++++++++ src/routes/settings/index.svelte | 2 +- static/images/daily/friday.png | Bin 268751 -> 280486 bytes static/images/daily/tuesday.png | Bin 268751 -> 280486 bytes static/images/home/ayatoventi.png | Bin 0 -> 120297 bytes 8 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 static/images/home/ayatoventi.png diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 848232ce..5ee6db1f 100644 --- a/src/routes/_index/banner.svelte +++ b/src/routes/_index/banner.svelte @@ -13,23 +13,23 @@ const dispatch = createEventDispatcher(); const featured = { - sangonomiya_kokomi: { - name: 'Kokomi', + kamisato_ayato: { + name: 'Ayato', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - raiden_shogun: { - name: 'Raiden', + venti: { + name: 'Venti', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300027; - const image = 'raidenkokomi.png'; + const bannerId = 300028; + const image = 'ayatoventi.png'; let loading = true; let user = ''; diff --git a/src/routes/_index/build.svelte b/src/routes/_index/build.svelte index 821cac85..e050acee 100644 --- a/src/routes/_index/build.svelte +++ b/src/routes/_index/build.svelte @@ -10,7 +10,7 @@ const dispatch = createEventDispatcher(); - const promoted = ['raiden_shogun', 'sangonomiya_kokomi']; + const promoted = ['venti', 'sucrose', 'yun_jin']; let current = 0; async function change(index) { diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 375652fa..4a9e8ded 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -26,7 +26,7 @@ import SettingData from '../components/SettingData.svelte'; import Toast from '../components/Toast.svelte'; import Icon from '../components/Icon.svelte'; - import { mdiDiscord, mdiFacebook, mdiReddit, mdiTelegram, mdiTwitter } from '@mdi/js'; + import { mdiDiscord, mdiFacebook, mdiGithub, mdiReddit, mdiTelegram, mdiTwitter } from '@mdi/js'; export let segment; @@ -81,11 +81,11 @@ {$t('footer.community')}
- Telegram 🇮🇩 + Github Cookie Settings
-
- - Github - -
diff --git a/src/routes/changelog.svelte b/src/routes/changelog.svelte index 4cd1125e..388a5569 100644 --- a/src/routes/changelog.svelte +++ b/src/routes/changelog.svelte @@ -8,6 +8,15 @@

{$t('settings.changelog')}

+2022/03/30
+- Add Kamisato Ayato
+- Add new weapon
+- Add 2 new artifacts
+- Updated 2.6 achievements
+- Update banners
+- Add new items
+- Fix some error message bug
+
 2022/02/16
 - Add 50:50 indicator on wish counter table page
 - Add guarantee indicator on wish counter page
diff --git a/src/routes/settings/index.svelte b/src/routes/settings/index.svelte
index 73d6e718..e6f4ab42 100644
--- a/src/routes/settings/index.svelte
+++ b/src/routes/settings/index.svelte
@@ -291,7 +291,7 @@
 
 
-

{$t('settings.version')} 2.5

+

{$t('settings.version')} 2.6