mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:19:26 +08:00
add: chapter auto clear
This commit is contained in:
@@ -355,3 +355,9 @@ class CrackApi:
|
||||
|
||||
def disable_chapter_auto_ambush(self):
|
||||
self.post("disable_chapter_auto_ambush")
|
||||
|
||||
def enable_chapter_auto_clear(self):
|
||||
self.post("enable_chapter_auto_clear")
|
||||
|
||||
def disable_chapter_auto_clear(self):
|
||||
self.post("disable_chapter_auto_clear")
|
||||
|
||||
Reference in New Issue
Block a user