mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 03:40:37 +08:00
Del: remove island module, to merge upstream
This commit is contained in:
8
alas.py
8
alas.py
@@ -258,10 +258,6 @@ 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()
|
||||
@@ -456,10 +452,6 @@ class AzurLaneAutoScript:
|
||||
from module.storage.box_disassemble import StorageBox
|
||||
StorageBox(config=self.config, device=self.device, task="BoxDisassemble").run()
|
||||
|
||||
def island_pearl(self):
|
||||
from module.island.pearl_daemon import IslandPearl
|
||||
IslandPearl(config=self.config, device=self.device, task="IslandPearl").run()
|
||||
|
||||
def azur_lane_uncensored(self):
|
||||
from module.daemon.uncensored import AzurLaneUncensored
|
||||
AzurLaneUncensored(config=self.config, device=self.device, task="AzurLaneUncensored").run()
|
||||
|
||||
Reference in New Issue
Block a user