线索尝试修复等待动画

This commit is contained in:
zhbaor 2025-02-11 21:28:57 +08:00
parent b9dc3468ea
commit 43c3057c39
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ class DailySolver(BaseSolver, BaseMixin):
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
self.tap((500, 1000))
elif scene == Scene.INFRA_CONFIDENTIAL:
if self.animation(((1410, 660), (1920, 1080))):
if self.animation():
return
if self.success:
return True

View file

@ -55,7 +55,7 @@ class PlaceSolver(BaseSolver, BaseMixin):
) == Scene.INFRA_DETAILS and self.detect_room() == "meeting":
self.tap((500, 1000))
elif scene == Scene.INFRA_CONFIDENTIAL:
if self.animation(((1410, 660), (1920, 1080))):
if self.animation():
return
if unlock_pos := self.detect_unlock():
self.tap(unlock_pos)