1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-16 20:10:29 +08:00
This commit is contained in:
2026-08-15 10:50:23 +08:00
144 changed files with 1242 additions and 45 deletions

View File

@@ -238,6 +238,10 @@ class AzurLaneAutoScript:
from module.shop.shop_reward import RewardShop
RewardShop(config=self.config, device=self.device).run_once()
def event_shop(self):
from module.shop_event.shop_event import EventShop
EventShop(config=self.config, device=self.device).run()
def shipyard(self):
from module.shipyard.shipyard_reward import RewardShipyard
RewardShipyard(config=self.config, device=self.device).run()