Update timeline

pull/1/head
Made Baruna 2022-07-27 20:31:09 +07:00
parent 35b14b297b
commit c5d20c5707
6 changed files with 47 additions and 3 deletions

View File

@ -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,
},
],
[
{

View File

@ -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');

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB