mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Add: 增加了使用一键退役的支持
- 增加了根据设置选择切换函数的装饰器 - 增加了ADB截图和点击的设置, 默认使用ADB截图, uiautomator2点击 - 更新了assets.py文件, 上次commit忘记了
This commit is contained in:
@@ -85,7 +85,7 @@ class Reward(RewardCommission):
|
||||
reward = True
|
||||
continue
|
||||
|
||||
if not self.appear(page_reward.check_button):
|
||||
if not self.appear(page_reward.check_button) or self.info_bar_count():
|
||||
exit_timer.reset()
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user