1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Fix: 增加复刻苍红的回响CD图, 国服热更又把地图视角改回去了

- 修复点击时报类型错误的问题
- 修复无透视图片不被更新的问题
- 增加了灭点和距点的log
This commit is contained in:
LmeSzinc
2020-04-24 23:20:34 +08:00
parent 604cdf4005
commit 516c16beae
17 changed files with 190 additions and 32 deletions

View File

@@ -66,7 +66,7 @@ class Control(Connection):
# @retry()
def _click_uiautomator2(self, x, y):
self.device.click(x, y)
self.device.click(int(x), int(y))
# @retry()
def _click_adb(self, x, y):