1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 00:55:56 +08:00

finsih box detect

This commit is contained in:
RuaBQ
2020-09-16 05:37:41 +08:00
parent 8b4d52f936
commit 7463320087
25 changed files with 477 additions and 11 deletions

View File

@@ -187,6 +187,12 @@ class AzurLaneAutoScript:
az = Retirement(self.config, device=self.device)
az.device.screenshot()
az.retire_ships(amount=2000)
def auto_box(self):
from module.decomposition.decomposition import Decomposition
az = Decomposition(self.config, device=self.device)
az.Decomps()
self.reward_when_finished()
# alas = AzurLaneAutoScript()
# alas.reward()