mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Add: 增加了掉船的截图, 修复丢失截图的问题
- 调整了战斗模块的函数 - 修改了GUI的文字说明 - 修复有文字窗口时紧急委托截图的问题
This commit is contained in:
@@ -15,11 +15,12 @@ class UrgentCommissionHandler(InfoBarHandler):
|
||||
if save_get_items is None:
|
||||
save_get_items = self.config.ENABLE_SAVE_GET_ITEMS
|
||||
|
||||
appear = self.appear_then_click(GET_MISSION, offset=True, interval=2)
|
||||
appear = self.appear(GET_MISSION, offset=True, interval=2)
|
||||
if appear:
|
||||
logger.info('Get urgent commission')
|
||||
if save_get_items:
|
||||
if self.handle_info_bar():
|
||||
self.device.screenshot()
|
||||
self.device.save_screenshot('get_mission')
|
||||
self.device.click(GET_MISSION)
|
||||
return appear
|
||||
|
||||
Reference in New Issue
Block a user