1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 02:05:57 +08:00
This commit is contained in:
2025-09-27 03:58:39 +08:00
10 changed files with 11 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ equipping_filter.add_state('off', check_button=EQUIPPING_OFF)
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):