1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 05:35:35 +08:00

Add: [Tmp] Island Project

This commit is contained in:
2025-10-04 22:26:48 +08:00
parent bd94734ccd
commit 4f74c1c49d
39 changed files with 579 additions and 1 deletions

View File

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