1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 16:57:20 +08:00

Merge branch 'master' of LmeSzinc

This commit is contained in:
2024-06-28 03:15:29 +08:00
87 changed files with 662 additions and 203 deletions

View File

@@ -875,7 +875,7 @@ class OperationSiren(OSMap):
if __name__ == '__main__':
self = OperationSiren('month_test', task='OpsiMonthBoss')
self = OperationSiren('alas', task='OpsiExplore')
from module.os.config import OSConfig
self.config = self.config.merge(OSConfig())
@@ -883,5 +883,5 @@ if __name__ == '__main__':
self.device.screenshot()
self.os_init()
logger.hr("OS clear Month Boss", level=1)
self.clear_month_boss()
# logger.hr("OS clear Month Boss", level=1)
self.os_shop()