diff --git a/src/data/banners.js b/src/data/banners.js index a5052caa..61572fe7 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -1379,6 +1379,28 @@ export const banners = { // version: '5.1', // timezoneDependent: true, // }, + { + name: "The Moongrass' Enlightenment", + image: 4, + shortName: 'Nahida', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#b8db94', + featured: ['nahida', 'hu_tao'], + featuredRare: ['sethos', 'xingqiu', 'kuki_shinobu'], + version: '5.1', + }, + // { + // name: "Moment of Bloom", + // image: 5, + // shortName: 'Hu Tao', + // start: '2024-10-29 18:00:00', + // end: '2024-11-19 14:59:00', + // color: '#c66051', + // featured: ['nahida', 'hu_tao'], + // featuredRare: ['sethos', 'xingqiu', 'kuki_shinobu'], + // version: '5.1', + // }, ], weapons: [ { diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index a86a6cf5..7ac4b9e0 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -1153,4 +1153,28 @@ export const bannersDual = { timezoneDependent: true, }, ], + "The Moongrass' Enlightenment 4": [ + { + name: "The Moongrass' Enlightenment", + image: 4, + shortName: 'Nahida', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#b8db94', + featured: ['nahida', 'hu_tao'], + featuredRare: ['sethos', 'xingqiu', 'kuki_shinobu'], + version: '5.1', + }, + { + name: 'Moment of Bloom', + image: 5, + shortName: 'Hu Tao', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#c66051', + featured: ['nahida', 'hu_tao'], + featuredRare: ['sethos', 'xingqiu', 'kuki_shinobu'], + version: '5.1', + }, + ], }; diff --git a/src/data/timeline.js b/src/data/timeline.js index c755cbad..82140e02 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -144,6 +144,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: "The Moongrass' Enlightenment - Nahida Banner", + pos: '30% 15%', + zoom: '200%', + image: 'The Moongrass Enlightenment 4.png', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#b8db94', + url: 'https://www.hoyolab.com/article/34470331', + showOnHome: true, + }, ], [ { @@ -181,6 +192,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Moment of Bloom - Hu Tao Banner', + pos: '40% 20%', + zoom: '200%', + image: 'Moment of Bloom 5.png', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#c66051', + url: 'https://www.hoyolab.com/article/34470331', + showOnHome: true, + }, ], [ { @@ -218,6 +240,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '40% 30%', + zoom: '200%', + image: 'Epitome Invocation 72.png', + start: '2024-10-29 18:00:00', + end: '2024-11-19 14:59:00', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/article/34470331', + showOnHome: true, + }, ], [ { diff --git a/static/images/banners/Epitome Invocation 72.png b/static/images/banners/Epitome Invocation 72.png new file mode 100644 index 00000000..3998ab0a Binary files /dev/null and b/static/images/banners/Epitome Invocation 72.png differ diff --git a/static/images/banners/Moment of Bloom 5.png b/static/images/banners/Moment of Bloom 5.png new file mode 100644 index 00000000..def1d10f Binary files /dev/null and b/static/images/banners/Moment of Bloom 5.png differ diff --git a/static/images/banners/The Moongrass' Enlightenment 4.png b/static/images/banners/The Moongrass' Enlightenment 4.png new file mode 100644 index 00000000..d29bbe7c Binary files /dev/null and b/static/images/banners/The Moongrass' Enlightenment 4.png differ diff --git a/static/images/events/Epitome Invocation 72.png b/static/images/events/Epitome Invocation 72.png new file mode 100644 index 00000000..3998ab0a Binary files /dev/null and b/static/images/events/Epitome Invocation 72.png differ diff --git a/static/images/events/Moment of Bloom 5.png b/static/images/events/Moment of Bloom 5.png new file mode 100644 index 00000000..def1d10f Binary files /dev/null and b/static/images/events/Moment of Bloom 5.png differ diff --git a/static/images/events/The Moongrass Enlightenment 4.png b/static/images/events/The Moongrass Enlightenment 4.png new file mode 100644 index 00000000..d29bbe7c Binary files /dev/null and b/static/images/events/The Moongrass Enlightenment 4.png differ