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

add: load cracker without pause

This commit is contained in:
0O0o0oOoO00
2025-11-21 18:02:29 +08:00
parent b4d1950299
commit e3fdc85c27
13 changed files with 58 additions and 1 deletions

View File

@@ -367,3 +367,9 @@ class CrackApi:
def disable_skip_story(self):
self.post("disable_skip_story")
def init(self):
self.post("init")
def init_without_pause(self):
self.post("init_without_pause")