1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:09:25 +08:00

add: chapter force enable auto fight

This commit is contained in:
0O0o0oOoO00
2025-11-16 18:04:18 +08:00
parent 9cad468c0e
commit dedfe0650a
17 changed files with 135 additions and 1 deletions

View File

@@ -331,3 +331,9 @@ class CrackApi:
def disable_skip_ship_gain_show(self):
self.post("disable_skip_ship_gain_show")
def enable_chapter_force_enable_auto_fight(self):
self.post("enable_chapter_force_enable_auto_fight")
def disable_chapter_force_enable_auto_fight(self):
self.post("disable_chapter_force_enable_auto_fight")