fix:改错ctap的位置
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
Elaina 2024-12-25 21:20:59 +08:00
parent a20e497fb0
commit b08b7d247d

View file

@ -63,13 +63,13 @@ class RogueSolver(SceneGraphSolver):
return
self.tap((1820, 540))
elif scene == Scene.ROGUE_RECRUIT_AGENT_SELECT:
self.tap((1450, 1010))
self.ctap((1450, 1010), 3)
elif scene == Scene.ROGUE_ABANDON_RECRUIT:
self.ctap("double_confirm/main", 2, x_rate=1)
elif scene == Scene.ROGUE_RECRUIT_SELECT:
self.ctap((330, 870), 3)
self.tap((330, 870))
elif scene == Scene.ROGUE_MAIN:
if config.conf.rogue.mode == 1 and detect_layer() != 1: