1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-24 06:20:00 +08:00
Files
AzurLaneAutoScript/module/base
LmeSzinc 61aa7d8340 Fix: 修复截图速度过慢时出现的问题
当使用像以下结构的代码时, 需要增加触发计数
否则当截图耗时大于计时器触发时间时, 会触发错误的结果
if self.appear(MAIN_CHECK):
    if confirm_timer.reached():
        pass
    else:
        confirm_timer.reset()
2020-04-28 14:37:13 +08:00
..
2020-04-07 11:20:38 +08:00
2020-04-24 15:26:11 +08:00
2020-04-10 00:55:49 +08:00
2020-04-12 20:28:31 +08:00
2020-04-13 18:49:28 +08:00