mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Add Game Manager (WIP), currently only force close and restart games are implemented.
This commit is contained in:
@@ -6397,5 +6397,13 @@
|
||||
"value": "https://gitee.com/LmeSzinc/AzurLaneUncensored"
|
||||
}
|
||||
}
|
||||
},
|
||||
"GameManager": {
|
||||
"GameManager": {
|
||||
"AutoRestart": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -468,3 +468,5 @@ Benchmark:
|
||||
TestClickMethod: true
|
||||
AzurLaneUncensored:
|
||||
Repository: https://gitee.com/LmeSzinc/AzurLaneUncensored
|
||||
GameManager:
|
||||
AutoRestart: true
|
||||
|
||||
@@ -58,7 +58,8 @@
|
||||
"Daemon",
|
||||
"OpsiDaemon",
|
||||
"Benchmark",
|
||||
"AzurLaneUncensored"
|
||||
"AzurLaneUncensored",
|
||||
"GameManager"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -239,3 +239,5 @@ Benchmark:
|
||||
- Benchmark
|
||||
AzurLaneUncensored:
|
||||
- AzurLaneUncensored
|
||||
GameManager:
|
||||
- GameManager
|
||||
|
||||
Reference in New Issue
Block a user