mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 14:58:10 +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