mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 22:37:00 +08:00
Fix: 纠正拼写错误
This commit is contained in:
@@ -10,9 +10,9 @@ class StoryHandler(PopupHandler):
|
||||
return True
|
||||
if self.appear(STORY_LETTER_BLACK) and self.appear_then_click(STORY_LETTERS_ONLY, offset=True, interval=2):
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOCE, offset=True, interval=2):
|
||||
if self.appear_then_click(STORY_CHOOSE, offset=True, interval=2):
|
||||
return True
|
||||
if self.appear_then_click(STORY_CHOOCE_2, offset=True, interval=2):
|
||||
if self.appear_then_click(STORY_CHOOSE_2, offset=True, interval=2):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user