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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user