diff --git a/src/data/birthdays.js b/src/data/birthdays.js index 72a1adee..b46fdbf3 100644 --- a/src/data/birthdays.js +++ b/src/data/birthdays.js @@ -22,6 +22,7 @@ export const birthdays = { charlotte: [4, 10], xiao: [4, 17], yelan: [4, 20], + kachina: [4, 22], baizhu: [4, 25], diluc: [4, 30], candace: [5, 3], @@ -46,6 +47,7 @@ export const birthdays = { klee: [7, 27], kuki_shinobu: [7, 27], yanfei: [7, 28], + mualani: [8, 3], amber: [8, 10], navia: [8, 16], chiori: [8, 17], diff --git a/src/data/events.js b/src/data/events.js index 82d44ba9..dba7513e 100644 --- a/src/data/events.js +++ b/src/data/events.js @@ -1871,4 +1871,59 @@ export const events = [ url: 'https://www.hoyolab.com/article/31677110', showOnHome: true, }, + { + name: 'Traces of Artistry', + pos: '80% 40%', + image: 'Traces of Artistry.jpg', + start: '2024-08-28 06:00:00', + end: '2024-09-16 03:59:59', + color: '#f4e9a7', + zoom: '200%', + url: 'https://www.hoyolab.com/article/32519656', + showOnHome: true, + }, + { + name: 'Brilliant Dawn - Daily Login', + pos: '0% 50%', + image: 'Brilliant Dawn.png', + start: '2024-08-30 04:00:00', + end: '2024-09-18 03:59:59', + color: '#ff8d9e', + zoom: '200%', + url: 'https://www.hoyolab.com/article/32554889', + showOnHome: true, + }, + { + name: 'Where the Springs Return', + pos: '0% 20%', + image: 'Where the Springs Return.jpg', + start: '2024-08-28 06:00:00', + end: '2024-09-17 17:59:59', + color: '#a0bbef', + zoom: '200%', + url: 'https://www.hoyolab.com/article/32490648', + showOnHome: true, + }, + { + name: 'Flowers Resplendent on the Sun-Scorched Sojourn', + pos: '0% 25%', + image: 'Flowers Resplendent on the Sun-Scorched Sojourn.jpg', + start: '2024-08-28 06:00:00', + end: '2024-10-08 14:59:59', + color: '#ea7745', + zoom: '200%', + url: 'https://www.hoyolab.com/article/32490648', + showOnHome: true, + }, + { + name: "Yupanqui's Turnfire", + pos: '0% 20%', + image: 'Yupanquis Turnfire.jpg', + start: '2024-09-17 18:00:00', + end: '2024-10-08 14:59:59', + color: '#a8d3e7', + zoom: '200%', + url: 'https://www.hoyolab.com/article/32490648', + showOnHome: true, + }, ];