diff --git a/src/data/timeline.js b/src/data/timeline.js index 69024639..bea1b862 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -33,6 +33,17 @@ export const eventsData = [ url: 'https://www.hoyolab.com/article/6129641', showOnHome: true, }, + { + name: 'Reminiscent Regimen', + pos: '0% 30%', + image: 'reminiscent_regimen.jpg', + start: '2022-08-04 10:00:00', + end: '2022-08-15 03:59:59', + color: '#82cff9', + zoom: '100%', + url: 'https://www.hoyolab.com/article/6197391', + showOnHome: true, + }, ], [ { @@ -65,7 +76,7 @@ export const eventsData = [ end: '2022-08-15 03:59:59', color: '#ff7c84', zoom: '220%', - url: 'https://www.hoyolab.com/article/5916190', + url: 'https://www.hoyolab.com/article/6171423', showOnHome: true, }, ], @@ -130,6 +141,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Evermotion Mechanical Painting', + pos: '0% 30%', + image: 'evermotion_mechanical_painting.jpg', + start: '2022-08-12 10:00:00', + end: '2022-08-22 03:59:59', + color: '#ffc284', + zoom: '100%', + url: 'https://www.ho9yolab.com/article/617391', + showOnHome: true, + }, ], [ { @@ -167,6 +189,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Tapestry of Golden Flames - Yoimiya Banner', + pos: '30% 25%', + zoom: '200%', + image: 'tapestry_of_golden_flames_2.jpg', + start: '2022-08-02 18:00:00', + end: '2022-08-23 14:59:59', + color: '#fc8976', + url: 'https://www.hoyolab.com/article/6197311', + showOnHome: true, + }, ], [ { @@ -204,6 +237,17 @@ export const eventsData = [ showOnHome: true, timezoneDependent: true, }, + { + name: 'Epitome Invocation - Weapon Banner', + pos: '30% 30%', + zoom: '150%', + image: 'epitome_invocation_32.jpg', + start: '2022-08-02 18:00:00', + end: '2022-08-23 14:59:59', + color: '#FFAA4B', + url: 'https://www.hoyolab.com/article/6197314', + showOnHome: true, + }, ], [ { diff --git a/src/service-worker.js b/src/service-worker.js index fe2d8a37..d1c2404e 100644 --- a/src/service-worker.js +++ b/src/service-worker.js @@ -2,12 +2,12 @@ import { version } from '$service-worker'; const CACHE = `cache${version}`; -const IMAGE_CACHE_VER = '1658847850'; +const IMAGE_CACHE_VER = '1658928624'; const IMAGE_CACHE = `cacheimg${IMAGE_CACHE_VER}`; const IMAGE_URL = `${self.location.origin}/images/`; -const changelog = ['Update timeline', 'Update locales', 'Adjust weapon detail page']; +const changelog = ['Update timeline', 'Adjust character detail page']; const channel = new BroadcastChannel('paimonmoe-sw'); diff --git a/static/images/events/epitome_invocation_32.jpg b/static/images/events/epitome_invocation_32.jpg new file mode 100644 index 00000000..e42841e7 Binary files /dev/null and b/static/images/events/epitome_invocation_32.jpg differ diff --git a/static/images/events/evermotion_mechanical_painting.jpg b/static/images/events/evermotion_mechanical_painting.jpg new file mode 100644 index 00000000..b8cc591d Binary files /dev/null and b/static/images/events/evermotion_mechanical_painting.jpg differ diff --git a/static/images/events/reminiscent_regimen.jpg b/static/images/events/reminiscent_regimen.jpg new file mode 100644 index 00000000..4d3c081c Binary files /dev/null and b/static/images/events/reminiscent_regimen.jpg differ diff --git a/static/images/events/tapestry_of_golden_flames_2.jpg b/static/images/events/tapestry_of_golden_flames_2.jpg new file mode 100644 index 00000000..c6bac1ee Binary files /dev/null and b/static/images/events/tapestry_of_golden_flames_2.jpg differ