mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Add: 增加登录时更新和回归奖励的适配
- 更改了登录时的点击位置
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user