mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 13:38:13 +08:00
Upd: [MAA] Update enum class (fixed #4723)
This commit is contained in:
@@ -10,7 +10,14 @@ class InstanceOptionType(IntEnum):
|
|||||||
# 自动战斗、肉鸽、保全 是否使用 暂停下干员, "0" | "1"
|
# 自动战斗、肉鸽、保全 是否使用 暂停下干员, "0" | "1"
|
||||||
deployment_with_pause = 3
|
deployment_with_pause = 3
|
||||||
# 是否使用 AdbLite, "0" | "1"
|
# 是否使用 AdbLite, "0" | "1"
|
||||||
adb_lite_enabled = 4
|
adblite_enabled = 4
|
||||||
|
kill_on_adb_exit = 5
|
||||||
|
|
||||||
|
|
||||||
|
class StaticOptionType(IntEnum):
|
||||||
|
invalid = 0
|
||||||
|
cpu_ocr = 1
|
||||||
|
gpu_ocr = 2
|
||||||
|
|
||||||
|
|
||||||
@unique
|
@unique
|
||||||
@@ -28,6 +35,10 @@ class Message(Enum):
|
|||||||
|
|
||||||
AllTasksCompleted = auto()
|
AllTasksCompleted = auto()
|
||||||
|
|
||||||
|
AsyncCallInfo = auto()
|
||||||
|
|
||||||
|
Destroyed = auto()
|
||||||
|
|
||||||
TaskChainError = 10000
|
TaskChainError = 10000
|
||||||
|
|
||||||
TaskChainStart = auto()
|
TaskChainStart = auto()
|
||||||
|
|||||||
Reference in New Issue
Block a user