mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 16:11:29 +08:00
Opt: [CN] GUI string
- Optimize lines in dictionary.py, following the order in argparser - Disable event_daily_ab by default
This commit is contained in:
10
alas.py
10
alas.py
@@ -113,11 +113,6 @@ class AzurLaneAutoScript:
|
||||
az.run()
|
||||
az.record_save()
|
||||
|
||||
if self.config.ENABLE_EVENT_NAME_AB:
|
||||
from module.event.campaign_ab import CampaignAB
|
||||
az = CampaignAB(self.config, device=self.device)
|
||||
az.run_event_daily()
|
||||
|
||||
if self.config.ENABLE_EXERCISE:
|
||||
from module.exercise.exercise import Exercise
|
||||
az = Exercise(self.config, device=self.device)
|
||||
@@ -125,6 +120,11 @@ class AzurLaneAutoScript:
|
||||
az.run()
|
||||
az.record_save()
|
||||
|
||||
if self.config.ENABLE_EVENT_NAME_AB:
|
||||
from module.event.campaign_ab import CampaignAB
|
||||
az = CampaignAB(self.config, device=self.device)
|
||||
az.run_event_daily()
|
||||
|
||||
self.reward_when_finished()
|
||||
|
||||
def event(self):
|
||||
|
||||
Reference in New Issue
Block a user