mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: Compatible with FLEET_2, SUBMARINE set
- Add Story handler to ui_additional
This commit is contained in:
@@ -293,6 +293,10 @@ class UI(InfoHandler):
|
||||
if self.appear_then_click(GOTO_MAIN, offset=(30, 30)):
|
||||
return True
|
||||
|
||||
# Story
|
||||
if self.handle_story_skip():
|
||||
return True
|
||||
|
||||
# Game tips
|
||||
# Event commission in Vacation Lane.
|
||||
if self.appear(GAME_TIPS, offset=(30, 30), interval=3):
|
||||
|
||||
Reference in New Issue
Block a user