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 production using manjuu

This commit is contained in:
guoh064
2026-06-14 00:20:19 +08:00
parent 4fac1e907a
commit 3c49ca776b
45 changed files with 345 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_production(self):
from module.island.production import IslandProduction
IslandProduction(config=self.config, device=self.device).run()
def island_freebie(self):
from module.island.freebie import IslandFreebie
IslandFreebie(config=self.config, device=self.device).run()