mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 03:21:29 +08:00
Add: 增加12-2打中型练级
This commit is contained in:
5
alas.py
5
alas.py
@@ -132,6 +132,11 @@ class AzurLaneAutoScript:
|
||||
az = CampaignRun(self.config)
|
||||
az.run('campaign_12_4_leveling')
|
||||
|
||||
def c122_leveling(self):
|
||||
from module.campaign.run import CampaignRun
|
||||
az = CampaignRun(self.config)
|
||||
az.run('campaign_12_2_leveling')
|
||||
|
||||
def retire(self):
|
||||
from module.retire.retirement import Retirement
|
||||
az = Retirement(self.config)
|
||||
|
||||
Reference in New Issue
Block a user