挖坑未定

This commit is contained in:
Womsxd 2022-06-08 14:45:03 +08:00
parent 22312052ce
commit 69a923d827
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68
2 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,7 @@ def stop_module(game_id: str) -> None:
elif game_id == "bh3_cn":
config.config["games"]["cn"]["honkai3rd"]["auto_checkin"] = False
elif game_id == "nxx_cn":
# 未定好像没米游社签到
pass
config.config["games"]["cn"]["tears_of_themis"]["auto_checkin"] = False
elif game_id == "hk4e_cn":
config.config["games"]["cn"]["genshin"]["auto_checkin"] = False
else:

3
tears_of_themis.py Normal file
View File

@ -0,0 +1,3 @@
class Tears_of_themis:
def __init__(self) -> None:
pass