1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-23 13:37:40 +08:00

Fix: handle_get_items_ship in gacha

This commit is contained in:
LmeSzinc
2026-06-18 22:26:09 +08:00
parent 0556da0829
commit 4619527789
6 changed files with 21 additions and 0 deletions

View File

@@ -248,6 +248,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
"""