diff --git a/src/data/timeline.js b/src/data/timeline.js index 61cd2d50..82083da1 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -102,7 +102,7 @@ export const eventsData = [ end: '2021-12-27 03:59:59', color: '#8EC0B3', zoom: '200%', - url: 'https://www.hoyolab.com/article/1608464', + url: 'https://www.hoyolab.com/article/1653437', showOnHome: true, }, ], @@ -163,8 +163,8 @@ export const eventsData = [ start: '2021-12-24 10:00:00', end: '2022-01-03 03:59:59', color: '#8FE3F0', - zoom: '180%', - url: 'https://www.hoyolab.com/article/1608464', + zoom: '200%', + url: 'https://www.hoyolab.com/article/1732200', showOnHome: true, }, ], @@ -199,7 +199,7 @@ export const eventsData = [ image: 'labyrinth_warriors.jpg', start: '2021-10-30 04:00:00', end: '2021-11-08 03:59:59', - color: '#FFE326', + color: '#CFB1F1', zoom: '230%', url: 'https://genshin.mihoyo.com/en/news/detail/16356', startOnly: true, diff --git a/src/routes/timeline/index.svelte b/src/routes/timeline/index.svelte index 9608afb4..aa7e2854 100644 --- a/src/routes/timeline/index.svelte +++ b/src/routes/timeline/index.svelte @@ -29,7 +29,7 @@ let timeDifferenceEvent = 0; let timeDifferenceAsia = 0; - let dayWidth = 50; + let dayWidth = 40; const eventHeight = 36; const eventMargin = 20; const padding = 10; @@ -172,7 +172,7 @@ if (timelineContainer === undefined) return; if (timelineContainer.offsetWidth < 500) { - dayWidth = 40; + dayWidth = 30; await tick(); } diff --git a/static/images/events/energy_amplifier_fruition.jpg b/static/images/events/energy_amplifier_fruition.jpg index a6088474..a347c88a 100644 Binary files a/static/images/events/energy_amplifier_fruition.jpg and b/static/images/events/energy_amplifier_fruition.jpg differ diff --git a/static/images/events/misty_dungeon.jpg b/static/images/events/misty_dungeon.jpg index 713b818c..4c3bab1f 100644 Binary files a/static/images/events/misty_dungeon.jpg and b/static/images/events/misty_dungeon.jpg differ