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

Merge branch 'master' of LmeSzinc

This commit is contained in:
2024-06-28 03:15:29 +08:00
87 changed files with 662 additions and 203 deletions

View File

@@ -311,3 +311,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))