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

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2021-04-06 22:00:33 +08:00

View File

@@ -156,6 +156,14 @@ class RewardDorm(UI):
self.device.minitouch_builder.up().commit() self.device.minitouch_builder.up().commit()
self.device.minitouch_send() self.device.minitouch_send()
while 1:
self.device.screenshot()
if self.handle_popup_cancel('dorm_feed'):
continue
# End
if self.appear(DORM_FEED_CHECK, offset=(20, 20)):
break
def _dorm_feed_once(self): def _dorm_feed_once(self):
""" """
Returns: Returns: