Skip to content

Commit

Permalink
Update timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeBaruna committed Jul 27, 2022
1 parent 35b14b2 commit c5d20c5
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 3 deletions.
46 changes: 45 additions & 1 deletion src/data/timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
[
{
Expand Down Expand Up @@ -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,
},
],
Expand Down Expand Up @@ -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,
},
],
[
{
Expand Down Expand Up @@ -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,
},
],
[
{
Expand Down Expand Up @@ -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,
},
],
[
{
Expand Down
4 changes: 2 additions & 2 deletions src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
Binary file added static/images/events/epitome_invocation_32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/events/reminiscent_regimen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c5d20c5

Please sign in to comment.