mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Add: Add os_clear_map to GUI
This commit is contained in:
4
alas.py
4
alas.py
@@ -218,6 +218,10 @@ class AzurLaneAutoScript:
|
||||
az = AzurLaneDaemon(self.config, device=self.device)
|
||||
az.daemon()
|
||||
|
||||
def os_clear_map(self):
|
||||
from module.campaign.os_run import OSCampaignRun
|
||||
az = OSCampaignRun(self.config, device=self.device)
|
||||
az.run()
|
||||
|
||||
# alas = AzurLaneAutoScript()
|
||||
# alas.reward()
|
||||
|
||||
Reference in New Issue
Block a user