mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-25 06:13:52 +08:00
Add: 15-1 daemon
Add: plane statistics method Upd: config MoveDownTime for 15-1 daemon and battle time in plane statistics Opt: StopCondition RunCount for daemon 15-1 Opt: save screenshot in quit menu Fix: use uiautomator2 long_click and pause retry
This commit is contained in:
4
alas.py
4
alas.py
@@ -418,6 +418,10 @@ class AzurLaneAutoScript:
|
||||
GemsFarming(config=self.config, device=self.device).run(
|
||||
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)
|
||||
|
||||
def daemon_15_1(self):
|
||||
from module.daemon.daemon_15_1 import AzurLaneDaemon
|
||||
AzurLaneDaemon(config=self.config, device=self.device, task="Daemon_15_1").run()
|
||||
|
||||
def daemon(self):
|
||||
from module.daemon.daemon import AzurLaneDaemon
|
||||
AzurLaneDaemon(config=self.config, device=self.device, task="Daemon").run()
|
||||
|
||||
Reference in New Issue
Block a user