mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-07 08:51:47 +08:00
Refactor: Shop module
This commit is contained in:
8
alas.py
8
alas.py
@@ -24,6 +24,7 @@ from module.logger import logger, log_file
|
||||
from module.meowfficer.meowfficer import RewardMeowfficer
|
||||
from module.research.research import RewardResearch
|
||||
from module.reward.reward import Reward
|
||||
from module.shop.shop_reward import RewardShop
|
||||
from module.tactical.tactical_class import RewardTacticalClass
|
||||
|
||||
|
||||
@@ -117,14 +118,17 @@ class AzurLaneAutoScript:
|
||||
def dorm(self):
|
||||
RewardDorm(config=self.config, device=self.device).run()
|
||||
|
||||
def meowfficer(self):
|
||||
RewardMeowfficer(config=self.config, device=self.device).run()
|
||||
|
||||
def guild(self):
|
||||
RewardGuild(config=self.config, device=self.device).run()
|
||||
|
||||
def reward(self):
|
||||
Reward(config=self.config, device=self.device).run()
|
||||
|
||||
def meowfficer(self):
|
||||
RewardMeowfficer(config=self.config, device=self.device).run()
|
||||
def shop(self):
|
||||
RewardShop(config=self.config, device=self.device).run()
|
||||
|
||||
def daily(self):
|
||||
Daily(config=self.config, device=self.device).run()
|
||||
|
||||
Reference in New Issue
Block a user