mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-10 14:12:31 +08:00
挖坑未定
This commit is contained in:
parent
22312052ce
commit
69a923d827
@ -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
3
tears_of_themis.py
Normal file
@ -0,0 +1,3 @@
|
||||
class Tears_of_themis:
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
Loading…
Reference in New Issue
Block a user