mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Feature: Gear code for GemsFarming
This commit is contained in:
@@ -11,6 +11,7 @@ from module.base.timer import Timer
|
||||
from module.config.utils import get_server_next_update
|
||||
from module.device.app_control import AppControl
|
||||
from module.device.control import Control
|
||||
from module.device.input import Input
|
||||
from module.device.screenshot import Screenshot
|
||||
from module.exception import (EmulatorNotRunningError, GameNotRunningError, GameStuckError, GameTooManyClickError,
|
||||
RequestHumanTakeover)
|
||||
@@ -58,7 +59,7 @@ def show_function_call():
|
||||
logger.info('Function calls:' + ''.join(func_list))
|
||||
|
||||
|
||||
class Device(Screenshot, Control, AppControl):
|
||||
class Device(Screenshot, Control, AppControl, Input):
|
||||
_screen_size_checked = False
|
||||
detect_record = set()
|
||||
click_record = collections.deque(maxlen=15)
|
||||
|
||||
Reference in New Issue
Block a user