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

fix: UPGRADE_QUIT area

This commit is contained in:
Cyunmi
2021-08-14 13:58:35 +08:00
parent 42beedaa38
commit 5f6b93fe8d
3 changed files with 3 additions and 2 deletions

View File

@@ -59,7 +59,8 @@ class EquipmentChange(Equipment):
if self.appear(UPGRADE_ENTER_CHECK, interval=3):
self.wait_until_stable(EQUIP_SAVE)
self.equip_list[index] = self.image_area(EQUIP_SAVE)
self.device.click(UPGRADE_QUIT)
self.ui_click(
click_button=UPGRADE_QUIT, check_button=EQUIPMENT_OPEN, appear_button=UPGRADE_ENTER_CHECK, skip_first_screenshot=True)
self.wait_until_stable(UPGRADE_QUIT)
break