add special.json to fill special events

This commit is contained in:
lifeadventurer
2023-11-18 13:41:40 +08:00
parent b9773279b5
commit 93d9716145

View File

@@ -0,0 +1,22 @@
{
"special_events": [
{
"year": "2023",
"month": "11",
"date": "18",
"status_index": "0",
"goodFortunes": {
"l_1_event": "參加特選",
"l_1_desc": "順利上榜",
"l_2_event": "放鬆心態",
"l_2_desc": "實力超常發揮"
},
"badFortunes": {
"r_1_event": "",
"r_1_desc": "",
"r_2_event": "",
"r_2_desc": ""
}
}
]
}