线索尝试修复等待动画
This commit is contained in:
parent
b9dc3468ea
commit
43c3057c39
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class DailySolver(BaseSolver, BaseMixin):
|
||||||
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
|
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
|
||||||
self.tap((500, 1000))
|
self.tap((500, 1000))
|
||||||
elif scene == Scene.INFRA_CONFIDENTIAL:
|
elif scene == Scene.INFRA_CONFIDENTIAL:
|
||||||
if self.animation(((1410, 660), (1920, 1080))):
|
if self.animation():
|
||||||
return
|
return
|
||||||
if self.success:
|
if self.success:
|
||||||
return True
|
return True
|
||||||
|
|
|
@ -55,7 +55,7 @@ class PlaceSolver(BaseSolver, BaseMixin):
|
||||||
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
|
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
|
||||||
self.tap((500, 1000))
|
self.tap((500, 1000))
|
||||||
elif scene == Scene.INFRA_CONFIDENTIAL:
|
elif scene == Scene.INFRA_CONFIDENTIAL:
|
||||||
if self.animation(((1410, 660), (1920, 1080))):
|
if self.animation():
|
||||||
return
|
return
|
||||||
if unlock_pos := self.detect_unlock():
|
if unlock_pos := self.detect_unlock():
|
||||||
self.tap(unlock_pos)
|
self.tap(unlock_pos)
|
||||||
|
|
Loading…
Add table
Reference in a new issue