mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Add: 适配第二章
- 修复了不开启周回模式时, 会在出击界面开启自动的问题 - 修复了多打一战后, 打完BOSS不判定当前出击结束的问题 - 增加掉落新船时锁定的功能 - 增加了地图不支持周回模式时, 跳过周回检查的功能 周回模式的选项可以无脑开了 - 修改透视识别报warning为info 因为低级图地图小降低了检测的阈值, 导致需要纠正错误有点多 - 减少了战斗准备页面的多余点击 - 减少了挂委托时的多余点击
This commit is contained in:
@@ -245,6 +245,10 @@ class Fleet(Camera, AmbushHandler, MysteryHandler, MapOperation):
|
||||
else:
|
||||
return 'no_searching'
|
||||
|
||||
if 'boss' in expected:
|
||||
return 'in_stage'
|
||||
return 'no_searching'
|
||||
|
||||
def fleet_at(self, grid, fleet=None):
|
||||
"""
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user