1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Add: 支持App控制, 支持自动登录

- 修复了12-4地图信息的错误
This commit is contained in:
LmeSzinc
2020-04-10 14:18:10 +08:00
parent 677757ecfc
commit ae94260ff8
17 changed files with 86 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ class AzurLaneAutoScript:
print(f'{key} = {value}')
logger.hr('Emulator saved')
from module.handler.login import LoginHandler
az = LoginHandler(self.config)
az.app_ensure_start()
def main(self):
"""