mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 10:47:28 +08:00
CHUNITHM X-VERSE support (#238)
Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/238 Co-authored-by: beerpsi <beerpsi@duck.com> Co-committed-by: beerpsi <beerpsi@duck.com>
This commit is contained in:
@@ -40,6 +40,8 @@ class ChuniNew(ChuniBase):
|
||||
return "225"
|
||||
elif self.version == ChuniConstants.VER_CHUNITHM_VERSE:
|
||||
return "230"
|
||||
elif self.version == ChuniConstants.VER_CHUNITHM_X_VERSE:
|
||||
return "240"
|
||||
|
||||
async def handle_get_game_setting_api_request(self, data: Dict) -> Dict:
|
||||
# use UTC time and convert it to JST time by adding +9
|
||||
|
||||
Reference in New Issue
Block a user