diff --git a/src/data/banners.js b/src/data/banners.js index 960e4f42..294c2900 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -1103,6 +1103,28 @@ export const banners = { // version: '4.4', // timezoneDependent: true, // }, + { + name: 'Invitation to Mundane Life', + image: 5, + shortName: 'Xiao', + start: '2024-02-20 18:00:00', + end: '2024-03-12 14:59:00', + color: '#25d7b8', + featured: ['xiao', 'yae_miko'], + featuredRare: ['yaoyao', 'xinyan', 'ningguang'], + version: '4.4', + }, + // { + // name: 'Everbloom Violet', + // image: 4, + // shortName: 'Yae', + // start: '2024-02-20 18:00:00', + // end: '2024-03-12 14:59:00', + // color: '#ffd1f9', + // featured: ['xiao', 'yae_miko'], + // featuredRare: ['yaoyao', 'xinyan', 'ningguang'], + // version: '4.4', + // }, ], weapons: [ { @@ -1807,7 +1829,7 @@ export const banners = { }, { name: 'Epitome Invocation', - image: 59, + image: 58, shortName: 'Engulfing', start: '2024-01-09 18:00:00', end: '2024-01-30 14:59:00', @@ -1818,7 +1840,7 @@ export const banners = { }, { name: 'Epitome Invocation', - image: 60, + image: 59, shortName: 'Crane', start: '2024-01-31 06:00:00', end: '2024-02-20 17:59:00', @@ -1834,5 +1856,16 @@ export const banners = { version: '4.4', timezoneDependent: true, }, + { + name: 'Epitome Invocation', + image: 60, + shortName: 'Primordial', + start: '2024-02-20 18:00:00', + end: '2024-03-12 14:59:00', + color: '#eae5e1', + featured: ['primordial_jade_winged-spear', 'kaguras_verity'], + featuredRare: ['lithic_blade', 'lions_roar', 'favonius_lance', 'the_widsith', 'the_stringless'], + version: '4.4', + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index 3a84c7eb..bd426271 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -853,4 +853,28 @@ export const bannersDual = { timezoneDependent: true, }, ], + 'Invitation to Mundane Life 5': [ + { + name: 'Invitation to Mundane Life', + image: 5, + shortName: 'Xiao', + start: '2024-02-20 18:00:00', + end: '2024-03-12 14:59:00', + color: '#25d7b8', + featured: ['xiao', 'yae_miko'], + featuredRare: ['yaoyao', 'xinyan', 'ningguang'], + version: '4.4', + }, + { + name: 'Everbloom Violet', + image: 4, + shortName: 'Yae', + start: '2024-02-20 18:00:00', + end: '2024-03-12 14:59:00', + color: '#ffd1f9', + featured: ['xiao', 'yae_miko'], + featuredRare: ['yaoyao', 'xinyan', 'ningguang'], + version: '4.4', + }, + ], }; diff --git a/src/routes/_index/banner.svelte b/src/routes/_index/banner.svelte index 62c00589..324fdebc 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', + yae_miko: { + name: 'Yae Miko', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, - xianyun: { - name: 'Xianyun', + xiao: { + name: 'Xiao', rarity: 'legendary', count: 0, average: '...', percentage: '...', }, }; - const bannerId = 300060; - const image = 'nahida xianyun.png'; + const bannerId = 300061; + const image = 'yae xiao.png'; const width = 800; - const height = 454; + const height = 380; let loading = true; let user = ''; diff --git a/src/routes/index.svelte b/src/routes/index.svelte index c37ff92e..b5cb134c 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,6 +1,6 @@