Commit 4c5eae30 4c5eae30e7907d4df23342149a68c2545b96f66a by zhanghao

commit

1 parent e84e5e44
...@@ -12,7 +12,7 @@ def homePre(): ...@@ -12,7 +12,7 @@ def homePre():
12 sleep(3) 12 sleep(3)
13 13
14 def enter(): 14 def enter():
15 homePre() 15 # homePre()
16 touch(Template(r"tpl1623744754522.png", record_pos=(0.387, 0.86), resolution=(1080, 2340))) 16 touch(Template(r"tpl1623744754522.png", record_pos=(0.387, 0.86), resolution=(1080, 2340)))
17 sleep(3) 17 sleep(3)
18 18
......