diff --git a/package.json b/package.json index bc69289d..37451007 100644 --- a/package.json +++ b/package.json @@ -31,4 +31,4 @@ "tailwindcss": "^3.2.4", "vite": "^3.0.2" } -} +} \ No newline at end of file diff --git a/src/data/banners.js b/src/data/banners.js index 89417295..50df247e 100644 --- a/src/data/banners.js +++ b/src/data/banners.js @@ -1011,6 +1011,28 @@ export const banners = { // version: '4.2', // timezoneDependent: true, // }, + { + name: 'Twilight Arbiter', + image: 3, + shortName: 'Cyno', + start: '2023-11-28 18:00:00', + end: '2023-12-19 14:59:59', + color: '#d8b8f7', + featured: ['cyno', 'kamisato_ayato'], + featuredRare: ['kuki_shinobu', 'xiangling', 'kirara'], + version: '4.2', + }, + // { + // name: 'Azure Excursion', + // image: 3, + // shortName: 'Ayato', + // start: '2023-11-28 18:00:00', + // end: '2023-12-19 14:59:59', + // color: '#90bce9', + // featured: ['cyno', 'kamisato_ayato'], + // featuredRare: ['kuki_shinobu', 'xiangling', 'kirara'], + // version: '4.2', + // }, ], weapons: [ { @@ -1690,5 +1712,16 @@ export const banners = { version: '4.2', timezoneDependent: true, }, + { + name: 'Epitome Invocation', + image: 56, + shortName: 'Scarlet', + start: '2023-11-28 18:00:00', + end: '2023-12-19 14:59:59', + color: '#eae5e1', + featured: ['staff_of_the_scarlet_sands', 'haran_geppaku_futsu'], + featuredRare: ['lions_roar', 'the_widsith', 'favonius_warbow', 'favonius_greatsword', 'favonius_lance'], + version: '4.2', + }, ], }; diff --git a/src/data/bannersDual.js b/src/data/bannersDual.js index cc999046..52e775b1 100644 --- a/src/data/bannersDual.js +++ b/src/data/bannersDual.js @@ -753,4 +753,28 @@ export const bannersDual = { timezoneDependent: true, }, ], + 'Twilight Arbiter 3': [ + { + name: 'Twilight Arbiter', + image: 3, + shortName: 'Cyno', + start: '2023-11-28 18:00:00', + end: '2023-12-19 14:59:59', + color: '#d8b8f7', + featured: ['cyno', 'kamisato_ayato'], + featuredRare: ['kuki_shinobu', 'xiangling', 'kirara'], + version: '4.2', + }, + { + name: 'Azure Excursion', + image: 3, + shortName: 'Ayato', + start: '2023-11-28 18:00:00', + end: '2023-12-19 14:59:59', + color: '#90bce9', + featured: ['cyno', 'kamisato_ayato'], + featuredRare: ['kuki_shinobu', 'xiangling', 'kirara'], + version: '4.2', + }, + ], }; diff --git a/src/data/events.js b/src/data/events.js index 7b631256..026da572 100644 --- a/src/data/events.js +++ b/src/data/events.js @@ -1507,4 +1507,26 @@ export const events = [ url: 'https://www.hoyolab.com/article/23129467', showOnHome: true, }, + { + name: "Lil' Fungi's Fun-Tastic Fiesta", + pos: '0% 60%', + zoom: '200%', + image: 'fungus_mechanicus.jpg', + start: '2023-12-06 10:00:00', + end: '2023-12-18 03:59:59', + color: '#5cbcad', + url: 'https://www.hoyolab.com/article/23172422', + showOnHome: true, + }, + { + name: 'Ley Line Overflow', + pos: '0% 40%', + zoom: '200%', + image: 'leyline_overflow.jpg', + start: '2023-12-11 04:00:00', + end: '2023-12-18 03:59:59', + color: '#5baced', + url: 'https://www.hoyolab.com/article/23172422', + showOnHome: true, + }, ]; diff --git a/static/images/banners/Azure Excursion 3.png b/static/images/banners/Azure Excursion 3.png new file mode 100644 index 00000000..04cbebc2 Binary files /dev/null and b/static/images/banners/Azure Excursion 3.png differ diff --git a/static/images/banners/Epitome Invocation 56.png b/static/images/banners/Epitome Invocation 56.png new file mode 100644 index 00000000..86c5d82c Binary files /dev/null and b/static/images/banners/Epitome Invocation 56.png differ diff --git a/static/images/banners/Twilight Arbiter 3.png b/static/images/banners/Twilight Arbiter 3.png new file mode 100644 index 00000000..bdb96a7c Binary files /dev/null and b/static/images/banners/Twilight Arbiter 3.png differ