mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Add: use LoggerUnlock after voucher shop
This commit is contained in:
parent
d896a8e732
commit
dfca185cd5
@ -434,6 +434,7 @@ class OperationSiren(OSMap):
|
|||||||
self._os_voucher_enter()
|
self._os_voucher_enter()
|
||||||
VoucherShop(self.config, self.device).run()
|
VoucherShop(self.config, self.device).run()
|
||||||
self._os_voucher_exit()
|
self._os_voucher_exit()
|
||||||
|
self.logger_use()
|
||||||
|
|
||||||
next_reset = get_os_next_reset()
|
next_reset = get_os_next_reset()
|
||||||
logger.info('OS voucher finished, delay to next reset')
|
logger.info('OS voucher finished, delay to next reset')
|
||||||
|
|||||||
@ -108,6 +108,8 @@ class StorageHandler(GlobeOperation, ZoneManager):
|
|||||||
self.device.click(CLICK_SAFE_AREA)
|
self.device.click(CLICK_SAFE_AREA)
|
||||||
success = True
|
success = True
|
||||||
continue
|
continue
|
||||||
|
if self.handle_story_skip():
|
||||||
|
continue
|
||||||
# Use item
|
# Use item
|
||||||
if self.appear(STORAGE_CHECK, offset=(20, 20), interval=5):
|
if self.appear(STORAGE_CHECK, offset=(20, 20), interval=5):
|
||||||
self.device.click(button)
|
self.device.click(button)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user