1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 23:18:22 +08:00

Add: 增加登录时更新和回归奖励的适配

- 更改了登录时的点击位置
This commit is contained in:
LmeSzinc
2020-04-16 14:39:31 +08:00
parent 49ddd8d85f
commit 708c972161
6 changed files with 10 additions and 3 deletions

View File

@@ -62,7 +62,8 @@ class Screenshot(Connection):
self.image = self._screenshot_uiautomator2()
self.image.load()
logger.screenshot_deque.append(self.image)
if self.config.ENABLE_ERROR_LOG_AND_SCREENSHOT_SAVE:
logger.screenshot_deque.append(self.image)
return self.image
def save_screenshot(self, genre='items'):