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

Fix: Handle MEOWFFICER_TRAIN_EVALUATE in _meow_skip_lock() (#3917)

This commit is contained in:
LmeSzinc
2024-06-27 22:19:46 +08:00
parent d1b16a99c2
commit ea68f68dc9
24 changed files with 338 additions and 69 deletions

View File

@@ -306,3 +306,12 @@ class Device(Screenshot, Control, AppControl):
super().app_stop()
self.stuck_record_clear()
self.click_record_clear()
if __name__ == '__main__':
self = Device('alas')
# self.maatouch_uninstall()
# self.maatouch_install()
# self.click_maatouch(300, 300)
# self.click_maatouch(300, 300)
# self.drag_maatouch((800, 300), (300, 300))
self.swipe_minitouch((300, 300), (800, 300))
self.swipe_minitouch((800, 300), (300, 300))