1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +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

@@ -1,13 +1,14 @@
from datetime import datetime, time
from module.base.timer import Timer
from module.device.app import AppControl
from module.device.control import Control
from module.device.screenshot import Screenshot
from module.handler.assets import GET_MISSION
from module.logger import logger
class Device(Screenshot, Control):
class Device(Screenshot, Control, AppControl):
def handle_night_commission(self, hour=21, threshold=5):
"""
Args: