diff --git a/account.py b/account.py index bd0fc57..21950ba 100644 --- a/account.py +++ b/account.py @@ -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: diff --git a/tears_of_themis.py b/tears_of_themis.py new file mode 100644 index 0000000..633689d --- /dev/null +++ b/tears_of_themis.py @@ -0,0 +1,3 @@ +class Tears_of_themis: + def __init__(self) -> None: + pass \ No newline at end of file