Skip to content

Commit 9c7849b

Browse files
committed
Fix "Marvelous Merchandise" reminder time
1 parent 913a68c commit 9c7849b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/data/events.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
"img": "https://upload-os-bbs.hoyolab.com/upload/2021/08/20/1015537/f9e121e07195ac8d874c5cb0fda1da08_900528074523851922.jpg",
709709
"start": "2021-11-15 04:00:00",
710710
"end": "2021-11-22 03:59:00",
711-
"reminder": "daily"
711+
"reminder": "end"
712712
},
713713
{
714714
"name": "\"Aloy's Exploration Journal\" Web Event",
@@ -1991,7 +1991,8 @@
19911991
"img": "https://upload-os-bbs.hoyolab.com/upload/2022/11/25/42eae87a3c82afbc804be61ce7f88c10_1097876868900925574.jpg",
19921992
"start": "2022-11-28 10:00:00",
19931993
"end": "2022-12-05 03:59:59",
1994-
"reminder": "daily"
1994+
"reminder": "daily",
1995+
"remindtime": "04:00:00"
19951996
},
19961997
{
19971998
"name": "\"Carefree Dreamland\" Web Event",

0 commit comments

Comments
 (0)