Update timeline
|
@ -823,6 +823,61 @@ export const events = [
|
|||
showOnHome: true,
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Canvas of Starlight Memories',
|
||||
pos: '30% 60%',
|
||||
image: 'canvas_of_starlight_memory.jpg',
|
||||
start: '2022-09-28 12:00:00',
|
||||
end: '2022-10-12 23:59:59',
|
||||
color: '#f7f8f9',
|
||||
zoom: '200%',
|
||||
url: 'https://www.hoyolab.com/article/9406156',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Of Ballads and Brews',
|
||||
pos: '0% 20%',
|
||||
zoom: '100%',
|
||||
image: 'of_ballads_and_brews.jpg',
|
||||
start: '2022-09-29 10:00:00',
|
||||
end: '2022-10-17 03:59:59',
|
||||
color: '#aae9f1',
|
||||
url: 'https://www.hoyolab.com/article/9402660',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'A Walk Through the Woods',
|
||||
pos: '0% 0%',
|
||||
image: 'a_walk_through_the_woods.jpg',
|
||||
start: '2022-09-29 12:00:00',
|
||||
end: '2022-10-7 23:59:59',
|
||||
color: '#ccd9c5',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/9474002',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Hidden Civilizations',
|
||||
pos: '0% 30%',
|
||||
image: 'hidden_civilizations.jpg',
|
||||
start: '2022-09-29 12:00:00',
|
||||
end: '2022-10-31 23:59:59',
|
||||
color: '#8cd5a8',
|
||||
zoom: '120%',
|
||||
url: 'https://act.hoyolab.com/puzzle/bbs/pz_fKWaqWI9U4/index.html?game_biz=bbs_oversea&mhy_presentation_style=fullscreen&mhy_auth_required=true&utm_source=hoyolab&utm_medium=web&utm_campaign=post',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Dance of Gratitude',
|
||||
pos: '0% 40%',
|
||||
image: 'dance_of_gratitude.jpg',
|
||||
start: '2022-10-08 12:00:00',
|
||||
end: '2022-10-13 23:59:59',
|
||||
color: '#f0e3db',
|
||||
zoom: '200%',
|
||||
url: 'https://act.hoyoverse.com/ys/event/e20221008nilou/index.html?game_biz=hk4e_global&mhy_presentation_style=fullscreen&mhy_auth_required=true&mhy_landscape=true&mhy_hide_status_bar=true&utm_source=hoyolab&utm_medium=post',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Hyakunin Ikki',
|
||||
pos: '0% 55%',
|
||||
|
@ -835,14 +890,25 @@ export const events = [
|
|||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Of Ballads and Brews',
|
||||
pos: '0% 20%',
|
||||
zoom: '100%',
|
||||
image: 'of_ballads_and_brews.jpg',
|
||||
start: '2022-09-29 10:00:00',
|
||||
end: '2022-10-17 03:59:59',
|
||||
color: '#aae9f1',
|
||||
url: 'https://www.hoyolab.com/article/9331346',
|
||||
name: 'Wind Chaser',
|
||||
pos: '20% 20%',
|
||||
zoom: '200%',
|
||||
image: 'wind_chaser.jpg',
|
||||
start: '2022-10-17 10:00:00',
|
||||
end: '2022-10-31 03:59:59',
|
||||
color: '#43f4cd',
|
||||
url: 'https://www.hoyolab.com/article/12081070',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: "Star-Seeker's Sojourn",
|
||||
pos: '20% 50%',
|
||||
image: 'star_seeker_sojourn.jpg',
|
||||
start: '2022-10-21 10:00:00',
|
||||
end: '2022-10-31 03:59:59',
|
||||
color: '#84be69',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/12081070',
|
||||
showOnHome: true,
|
||||
},
|
||||
];
|
||||
|
|
|
@ -1,4 +1,30 @@
|
|||
export const eventsData = [
|
||||
[
|
||||
{
|
||||
name: 'Hidden Civilizations',
|
||||
pos: '0% 30%',
|
||||
image: 'hidden_civilizations.jpg',
|
||||
start: '2022-09-29 12:00:00',
|
||||
end: '2022-10-31 23:59:59',
|
||||
color: '#8cd5a8',
|
||||
zoom: '120%',
|
||||
url: 'https://act.hoyolab.com/puzzle/bbs/pz_fKWaqWI9U4/index.html?game_biz=bbs_oversea&mhy_presentation_style=fullscreen&mhy_auth_required=true&utm_source=hoyolab&utm_medium=web&utm_campaign=post',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'Canvas of Starlight Memories',
|
||||
pos: '30% 60%',
|
||||
image: 'canvas_of_starlight_memory.jpg',
|
||||
start: '2022-09-28 12:00:00',
|
||||
end: '2022-10-12 23:59:59',
|
||||
color: '#f7f8f9',
|
||||
zoom: '200%',
|
||||
url: 'https://www.hoyolab.com/article/9406156',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
name: 'Adventure in the Forest',
|
||||
|
@ -22,6 +48,28 @@ export const eventsData = [
|
|||
url: 'https://www.hoyolab.com/article/9182888',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'A Walk Through the Woods',
|
||||
pos: '0% 0%',
|
||||
image: 'a_walk_through_the_woods.jpg',
|
||||
start: '2022-09-29 12:00:00',
|
||||
end: '2022-10-7 23:59:59',
|
||||
color: '#ccd9c5',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/9474002',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Dance of Gratitude',
|
||||
pos: '0% 40%',
|
||||
image: 'dance_of_gratitude.jpg',
|
||||
start: '2022-10-08 12:00:00',
|
||||
end: '2022-10-13 23:59:59',
|
||||
color: '#f0e3db',
|
||||
zoom: '200%',
|
||||
url: 'https://act.hoyoverse.com/ys/event/e20221008nilou/index.html?game_biz=hk4e_global&mhy_presentation_style=fullscreen&mhy_auth_required=true&mhy_landscape=true&mhy_hide_status_bar=true&utm_source=hoyolab&utm_medium=post',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -38,7 +86,7 @@ export const eventsData = [
|
|||
{
|
||||
name: 'Genshin Concert 2022',
|
||||
pos: '60% 30%',
|
||||
image: 'genshin_concert_2022.jpg',
|
||||
image: 'star_seeker_sojourn.jpg',
|
||||
start: '2022-09-26 04:00:00',
|
||||
end: '2022-10-01 23:59:59',
|
||||
color: '#e2feff',
|
||||
|
@ -46,6 +94,17 @@ export const eventsData = [
|
|||
url: 'https://genshin.hoyoverse.com/concert2022',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: "Star-Seeker's Sojourn",
|
||||
pos: '20% 50%',
|
||||
image: 'star_seeker_sojourn.jpg',
|
||||
start: '2022-10-21 10:00:00',
|
||||
end: '2022-10-31 03:59:59',
|
||||
color: '#84be69',
|
||||
zoom: '150%',
|
||||
url: 'https://www.hoyolab.com/article/12081070',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -138,7 +197,18 @@ export const eventsData = [
|
|||
start: '2022-09-29 10:00:00',
|
||||
end: '2022-10-17 03:59:59',
|
||||
color: '#aae9f1',
|
||||
url: 'https://www.hoyolab.com/article/9331346',
|
||||
url: 'https://www.hoyolab.com/article/9402660',
|
||||
showOnHome: true,
|
||||
},
|
||||
{
|
||||
name: 'Wind Chaser',
|
||||
pos: '20% 20%',
|
||||
zoom: '200%',
|
||||
image: 'wind_chaser.jpg',
|
||||
start: '2022-10-17 10:00:00',
|
||||
end: '2022-10-31 03:59:59',
|
||||
color: '#43f4cd',
|
||||
url: 'https://www.hoyolab.com/article/12081070',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
|
@ -178,6 +248,17 @@ export const eventsData = [
|
|||
showOnHome: true,
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Twirling Lotus - Nilou Banner',
|
||||
pos: '30% 15%',
|
||||
zoom: '200%',
|
||||
image: 'twirling_lotus_1.jpg',
|
||||
start: '2022-10-14 18:00:00',
|
||||
end: '2022-11-01 14:59:59',
|
||||
color: '#b2e0f0',
|
||||
url: 'https://www.hoyolab.com/article/12079386',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -215,6 +296,17 @@ export const eventsData = [
|
|||
showOnHome: true,
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Secretum Secretorum - Albedo Banner',
|
||||
pos: '30% 15%',
|
||||
zoom: '200%',
|
||||
image: 'secretum_secretorum_3.jpg',
|
||||
start: '2022-10-14 18:00:00',
|
||||
end: '2022-11-01 14:59:59',
|
||||
color: '#FFFAF5',
|
||||
url: 'https://www.hoyolab.com/article/12079396',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -252,6 +344,17 @@ export const eventsData = [
|
|||
showOnHome: true,
|
||||
timezoneDependent: true,
|
||||
},
|
||||
{
|
||||
name: 'Epitome Invocation - Weapon Banner',
|
||||
pos: '30% 25%',
|
||||
zoom: '150%',
|
||||
image: 'epitome_invocation_36.jpg',
|
||||
start: '2022-10-14 18:00:00',
|
||||
end: '2022-11-01 14:59:59',
|
||||
color: '#FFAA4B',
|
||||
url: 'https://www.hoyolab.com/article/12079400',
|
||||
showOnHome: true,
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
@ -336,6 +439,16 @@ export const eventsData = [
|
|||
image: 'paimon_bargain.png',
|
||||
description: 'Now selling: Ningguang, Xingqiu, and Blackcliff Weapons.',
|
||||
},
|
||||
{
|
||||
name: "Paimon's Bargain - Razor, Amber, and Royal",
|
||||
pos: '0% 50%',
|
||||
zoom: '150%',
|
||||
start: '2022-10-01 04:00:00',
|
||||
end: '2022-11-01 04:00:00',
|
||||
color: '#B6A1EA',
|
||||
image: 'paimon_bargain.png',
|
||||
description: 'Now selling: Razor, Amber, and Royal Weapons.',
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
|
BIN
static/images/events/a_walk_through_the_woods.jpg
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
static/images/events/canvas_of_starlight_memory.jpg
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
static/images/events/dance_of_gratitude.jpg
Normal file
After Width: | Height: | Size: 309 KiB |
BIN
static/images/events/epitome_invocation_36.jpg
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
static/images/events/hidden_civilizations.jpg
Normal file
After Width: | Height: | Size: 163 KiB |
BIN
static/images/events/secretum_secretorum_3.jpg
Normal file
After Width: | Height: | Size: 242 KiB |
BIN
static/images/events/star_seeker_sojourn.jpg
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
static/images/events/twirling_lotus_1.jpg
Normal file
After Width: | Height: | Size: 271 KiB |
BIN
static/images/events/wind_chaser.jpg
Normal file
After Width: | Height: | Size: 63 KiB |