mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 12:08:21 +08:00
Add: 支持App控制, 支持自动登录
- 修复了12-4地图信息的错误
This commit is contained in:
@@ -124,6 +124,7 @@ class AzurLaneConfig:
|
||||
module.device
|
||||
"""
|
||||
SERIAL = '127.0.0.1:62001'
|
||||
PACKAGE_NAME = 'com.bilibili.azurlane'
|
||||
COMMAND = ''
|
||||
USE_ADB_SREENSHOT = False
|
||||
USE_ADB_CONTROL = False
|
||||
@@ -327,6 +328,7 @@ class AzurLaneConfig:
|
||||
# Emulator
|
||||
option = config['Emulator']
|
||||
self.SERIAL = option['serial']
|
||||
self.PACKAGE_NAME = option['package_name'].strip()
|
||||
|
||||
option = config['Setting']
|
||||
# Stop condition
|
||||
|
||||
Reference in New Issue
Block a user