1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-07-10 16:30:31 +00:00
166 changed files with 1010 additions and 181 deletions

View File

@@ -244,6 +244,10 @@ class AzurLaneAutoScript:
from module.minigame.minigame import Minigame
Minigame(config=self.config, device=self.device).run()
def private_quarters(self):
from module.private_quarters.private_quarters import PrivateQuarters
PrivateQuarters(config=self.config, device=self.device).run()
def daily(self):
from module.daily.daily import Daily
Daily(config=self.config, device=self.device).run()