mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-22 06:57:32 +01:00
Update timeline
This commit is contained in:
parent
f1ae8734e1
commit
a0ff939f42
4 changed files with 16 additions and 6 deletions
|
@ -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,
|
||||
},
|
||||
];
|
||||
|
|
|
@ -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.',
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
|
|
|
@ -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');
|
||||
|
||||
|
|
BIN
static/images/events/spices_from_the_west_northerly_search.jpg
Normal file
BIN
static/images/events/spices_from_the_west_northerly_search.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in a new issue