mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-10 01:46:58 +08:00
code format
This commit is contained in:
@@ -318,11 +318,3 @@ class GemsFarming(CampaignRun, EquipmentChange):
|
|||||||
else:
|
else:
|
||||||
backup.recover()
|
backup.recover()
|
||||||
break
|
break
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
from module.config.config import AzurLaneConfig
|
|
||||||
from module.device.device import Device
|
|
||||||
config = AzurLaneConfig('alas_cn')
|
|
||||||
az = GemsFarming(config, Device(config=config))
|
|
||||||
az.device.screenshot()
|
|
||||||
az.vanguard_change()
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class EquipmentChange(Equipment):
|
|||||||
self.equipping_list.remove(index)
|
self.equipping_list.remove(index)
|
||||||
logger.info(f"Equipping list: {self.equipping_list}")
|
logger.info(f"Equipping list: {self.equipping_list}")
|
||||||
|
|
||||||
def record_equipment(self, index_list=range(0, 5), skip_first_screenshot=True):
|
def record_equipment(self, index_list=range(0, 5)):
|
||||||
'''
|
'''
|
||||||
Record equipment through upgrade page
|
Record equipment through upgrade page
|
||||||
Notice: The equipment icons in the upgrade page are the same size as the icons in the equipment status
|
Notice: The equipment icons in the upgrade page are the same size as the icons in the equipment status
|
||||||
|
|||||||
Reference in New Issue
Block a user