1
0
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:
0O0o0oOoO00
2025-11-18 18:12:20 +08:00
parent e1bc62f1de
commit 86226d3592
19 changed files with 532 additions and 1 deletions

View File

@@ -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")