1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-19 21:13:19 +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):