1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

Fix: handle both blue (folded) and orange (expanded) EQUIPMENT_OPEN

This commit is contained in:
LmeSzinc
2025-09-26 23:23:46 +08:00
parent 16da32793b
commit dbff1d9efb
6 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ from module.ui.navbar import Navbar
SWIPE_DISTANCE = 250
SWIPE_RANDOM_RANGE = (-40, -20, 40, 20)
# patch to handle both blue (folded) and orange (expanded) button
EQUIPMENT_OPEN.match = EQUIPMENT_OPEN.match_luma
class Equipment(StorageHandler):