diff --git a/src/data/events.js b/src/data/events.js index 8d3a0520..5047f801 100644 --- a/src/data/events.js +++ b/src/data/events.js @@ -1205,7 +1205,7 @@ export const events = [ start: '2023-03-31 10:00:00', end: '2023-04-10 03:59:59', color: '#83bfb4', - url: 'https://www.hoyolab.com/article/17043974', + url: 'https://www.hoyolab.com/article/17337582', showOnHome: true, }, { @@ -1216,7 +1216,7 @@ export const events = [ start: '2023-04-03 04:00:00', end: '2023-04-10 03:59:59', color: '#5baced', - url: 'https://www.hoyolab.com/article/17043974', + url: 'https://www.hoyolab.com/article/17374982', showOnHome: true, }, ]; diff --git a/src/data/timeline.js b/src/data/timeline.js index de0a0e93..f0b8af89 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -100,7 +100,7 @@ export const eventsData = [ start: '2023-04-03 04:00:00', end: '2023-04-10 03:59:59', color: '#5baced', - url: 'https://www.hoyolab.com/article/17043974', + url: 'https://www.hoyolab.com/article/17374982', showOnHome: true, }, ], @@ -153,11 +153,11 @@ export const eventsData = [ name: 'Spices From the West: Northerly Search', pos: '0% 40%', zoom: '200%', - image: 'spices_from_the_west.jpg', + image: 'spices_from_the_west_northerly_search.jpg', start: '2023-03-31 10:00:00', end: '2023-04-10 03:59:59', color: '#83bfb4', - url: 'https://www.hoyolab.com/article/17043974', + url: 'https://www.hoyolab.com/article/17337582', showOnHome: true, }, ], @@ -398,6 +398,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: '2023-04-01 04:00:00', + end: '2023-05-01 04:00:00', + color: '#B6A1EA', + image: 'paimon_bargain.png', + description: 'Now selling: Razor, Amber, and Royal Weapons.', + }, ], [ { diff --git a/src/service-worker.js b/src/service-worker.js index bc65ac6a..9b979fc4 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -7,7 +7,7 @@ const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`; const IMAGE_URL = `${self.location.origin}/images/`; -const changelog = ['Update Mika', 'Update Banners', 'Update Timeline']; +const changelog = ['Update Timeline']; const channel = new BroadcastChannel('paimonmoe-sw'); diff --git a/static/images/events/spices_from_the_west_northerly_search.jpg b/static/images/events/spices_from_the_west_northerly_search.jpg new file mode 100644 index 00000000..850c5617 Binary files /dev/null and b/static/images/events/spices_from_the_west_northerly_search.jpg differ