mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 09:09:26 +08:00
Add: Task Awaken to GUI
This commit is contained in:
4
alas.py
4
alas.py
@@ -209,6 +209,10 @@ class AzurLaneAutoScript:
|
||||
from module.reward.reward import Reward
|
||||
Reward(config=self.config, device=self.device).run()
|
||||
|
||||
def awaken(self):
|
||||
from module.awaken.awaken import Awaken
|
||||
Awaken(config=self.config, device=self.device).run()
|
||||
|
||||
def shop_frequent(self):
|
||||
from module.shop.shop_reward import RewardShop
|
||||
RewardShop(config=self.config, device=self.device).run_frequent()
|
||||
|
||||
Reference in New Issue
Block a user