mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-23 13:37:40 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user