1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:59:24 +08:00

adj: move RewardSupportBuild to new AzurLaneAutoScript to avoid changing origin code

This commit is contained in:
0O0o0oOoO00
2026-04-25 16:51:02 +08:00
parent 6c65115363
commit 4dda41a3a1

View File

@@ -229,10 +229,6 @@ class AzurLaneAutoScript:
from module.gacha.gacha_reward import RewardGacha from module.gacha.gacha_reward import RewardGacha
RewardGacha(config=self.config, device=self.device).run() RewardGacha(config=self.config, device=self.device).run()
def support_build(self):
from module.support_build.reward import RewardSupportBuild
RewardSupportBuild(config=self.config, device=self.device).run()
def freebies(self): def freebies(self):
from module.freebies.freebies import Freebies from module.freebies.freebies import Freebies
Freebies(config=self.config, device=self.device).run() Freebies(config=self.config, device=self.device).run()
@@ -943,7 +939,8 @@ class AzurLaneAutoScript(AzurLaneAutoScript):
@disable_all_crack @disable_all_crack
def support_build(self): def support_build(self):
super().support_build() from module.support_build.reward import RewardSupportBuild
RewardSupportBuild(config=self.config, device=self.device).run()
def hook_op(self): def hook_op(self):
op = self.config.full_config.HookOp_HookOp_Operation op = self.config.full_config.HookOp_HookOp_Operation