mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 08:23:35 +08:00
Del: Deprecate equip_quit
- Fix double click on BACK_ARROW when quit equipment on potato pc
This commit is contained in:
@@ -7,7 +7,7 @@ from module.ui.ui import UI, page_fleet
|
||||
OCR_FLEET_INDEX = Digit(OCR_FLEET_INDEX, letter=(90, 154, 255), back=(24, 32, 49), length=1, white_list='123456')
|
||||
|
||||
|
||||
class DailyEquipment(UI, Equipment):
|
||||
class DailyEquipment(Equipment):
|
||||
equipment_has_take_on = False
|
||||
|
||||
def equipment_take_on(self):
|
||||
|
||||
Reference in New Issue
Block a user