1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-29 01:15:30 +08:00

Add: Semi-auto for operation siren

- Fix: Clicking on HOME button when skipping story
- TODO: [EN][JP] Replace assets in os_combat and os_handler
This commit is contained in:
LmeSzinc
2020-12-23 18:48:41 +08:00
parent 4a8ae72ef3
commit 57822607e1
39 changed files with 222 additions and 0 deletions

View File

@@ -213,5 +213,11 @@ class AzurLaneAutoScript:
az.device.screenshot()
az.retire_ships(amount=2000)
def os_semi_auto(self):
from module.daemon.os_daemon import AzurLaneDaemon
az = AzurLaneDaemon(self.config, device=self.device)
az.daemon()
# alas = AzurLaneAutoScript()
# alas.reward()