Add:[TW] Cross Wave

This commit is contained in:
Zorachristine 2021-10-14 22:00:26 +08:00
parent e3b9761043
commit cbbab2735e
2 changed files with 3 additions and 1 deletions

View File

@ -68,4 +68,5 @@ To add a new event, add a new row in here, and run `python -m dev_tools.event_ex
| 20210826 | event 20210722 cn | Azur Anthem | - | - | - | 響徹碧海的偶像歌 |
| 20210916 | event 20210916 cn | Upon the Shimmering Blue | 碧海光粼 | Upon the Shimmering Blue | 駆けよ 碧海の吹き風 | - |
| 20210923 | event 20200917 cn | Dreamwaker's Butterfly | - | - | - | 蝶海夢花 |
| 20211008 | event 20201012 cn | Sundered Blue | - | - | - | 劃破海空之翼 |
| 20211008 | event 20201012 cn | Sundered Blue | - | - | - | 劃破海空之翼 |
| 20211014 | raid 20210708 | Cross Wave | - | - | - | 穿越彼方的水線 |

View File

@ -109,6 +109,7 @@ dic_event = {
'響徹碧海的偶像歌': 'event_20210722_cn',
'蝶海夢花': 'event_20200917_cn',
'劃破海空之翼': 'event_20201012_cn',
'穿越彼方的水線': 'raid_20210708',
},
}