1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 19:43:28 +08:00

Add: event shop

This commit is contained in:
guoh064
2026-04-04 17:05:11 +08:00
parent 33c8360108
commit 6b4417dfbd
33 changed files with 1173 additions and 2 deletions

View File

@@ -221,6 +221,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()