1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-08 16:33:06 +08:00

Upd: delete gg_handler

This commit is contained in:
sui-feng-cb
2025-01-14 02:54:10 +08:00
parent d55e1a20bb
commit 6eb413595d
110 changed files with 842 additions and 2094 deletions

View File

@@ -51,15 +51,8 @@ class AshCombat(Combat):
return False
def handle_battle_preparation(self):
if self.appear(BATTLE_PREPARATION, offset=(20, 20)):
self.device.sleep(0.5)
self.device.screenshot()
# Power limit check
from module.gg_handler.gg_handler import GGHandler
GGHandler(config=self.config, device=self.device).power_limit('Ash')
if super().handle_battle_preparation():
return True
if super().handle_battle_preparation():
return True
if self.appear_then_click(ASH_START, offset=(30, 30), interval=2):
return True