1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 03:40:37 +08:00

Add: [CN, JP] island freebie receive

This commit is contained in:
guoh064
2026-06-14 00:20:19 +08:00
parent 401d3d46e8
commit 76e3f23659
28 changed files with 305 additions and 0 deletions

View File

@@ -407,6 +407,10 @@ class AzurLaneAutoScript:
GemsFarming(config=self.config, device=self.device).run(
name=self.config.Campaign_Name, folder=self.config.Campaign_Event, mode=self.config.Campaign_Mode)
def island_freebie(self):
from module.island.freebie import IslandFreebie
IslandFreebie(config=self.config, device=self.device).run()
def daemon(self):
from module.daemon.daemon import AzurLaneDaemon
AzurLaneDaemon(config=self.config, device=self.device, task="Daemon").run()