1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-23 13:37:40 +08:00
This commit is contained in:
2026-06-22 03:54:33 +08:00
15 changed files with 40 additions and 8 deletions

View File

@@ -245,6 +245,24 @@ class InfoHandler(ModuleBase):
"""
return self.appear_then_click(GET_SKIN, offset=(20, 20), interval=2)
def handle_get_items_ship(self, drop=None):
"""
2026.06.12 added different GET_ITEMS popup when getting ship
Args:
drop (DropImage):
Returns:
bool:
"""
if self.appear(GET_ITEMS_SHIP_1, offset=5, interval=2):
if drop:
drop.handle_add(self)
self.device.click(GET_ITEMS_SHIP_1)
return True
return False
"""
Guild popup info
"""