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

Fix: Handle popup after all story finished

This commit is contained in:
LmeSzinc
2025-08-16 01:18:51 +08:00
parent ad6caeacc7
commit bcc5c52bbb
3 changed files with 5 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ class EventStory(CampaignUI, Combat, LoginHandler):
self.popup_interval_clear()
self.device.click_record_clear()
continue
# Secrets of the Abyss (event_20250814_cn)
# popup after all story finished
if self.appear_then_click(POPUP_RPG_STATUS, offset=(20, 20), interval=3):
continue
def run_event_story(self):
"""