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

Fix: Handle popup after enter minigame

This commit is contained in:
LmeSzinc
2026-03-13 18:48:29 +08:00
parent 9a9454df26
commit a4fd8c126d

View File

@@ -196,6 +196,10 @@ class Minigame(UI):
if self.ui_page_appear(page_academy, interval=5):
self.device.click(ACADEMY_GOTO_GAME_ROOM)
continue
# You've reached your monthly limit of Game Tickets, and will not be able to earn any more.
# Continue playing the minigame?
if self.handle_popup_confirm('MINIGAME_ENTER'):
continue
# game room and choose game have same header, go to game room first
self.go_to_main_page()