1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 03:16:59 +08:00

Merge branch 'dev'

This commit is contained in:
LmeSzinc
2022-03-07 20:32:55 +08:00
76 changed files with 1250 additions and 465 deletions

View File

@@ -173,13 +173,17 @@ class UI(InfoHandler):
confirm_timer.reset()
# Other pages
clicked = False
for page in visited:
if page.parent is None or page.check_button is None:
continue
if self.appear(page.check_button, offset=offset, interval=5):
self.device.click(page.links[page.parent])
confirm_timer.reset()
clicked = True
break
if clicked:
continue
# Additional
if self.ui_additional():