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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user