1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-18 05:41:29 +08:00

Fix: ui misclick in coalition_20251120

This commit is contained in:
guoh064
2025-11-25 12:49:23 +08:00
parent ae9d64c81f
commit 369a12abfb
3 changed files with 17 additions and 10 deletions

View File

@@ -166,10 +166,10 @@ class Coalition(CoalitionCombat, CampaignEvent):
logger.info(f'Count: {self.run_count}')
# UI switches
if self.config.SERVER in ['tw']:
self.ui_goto(page_campaign_menu)
if self.triggered_stop_condition(oil_check=True):
break
# if self.config.SERVER in ['tw']:
# self.ui_goto(page_campaign_menu)
# if self.triggered_stop_condition(oil_check=True):
# break
self.device.stuck_record_clear()
self.device.click_record_clear()
self.ui_goto_coalition()