feat: 添加主线难度选择 (Normal/Hard)

This commit is contained in:
uye
2022-11-22 17:39:34 +08:00
parent d0d2835819
commit a5c8e75484
2 changed files with 67 additions and 0 deletions

View File

@@ -267,6 +267,73 @@
"11"
]
},
"LevelOfDifficulty": {
"Doc": "base_task",
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"环境",
"PRTS"
],
"roi": [
26,
565,
302,
155
],
"sub": [
"EnterChooseLevelOfDifficulty"
]
},
"EnterChooseLevelOfDifficulty": {
"action": "ClickSelf",
"roi": [
0,
598,
131,
122
]
},
"Hard": {
"baseTask": "LevelOfDifficulty",
"next": [
"EnterHard",
"Return"
]
},
"Normal": {
"baseTask": "LevelOfDifficulty",
"next": [
"EnterNormal",
"Return"
]
},
"EnterHard": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"进入作战"
],
"roi": [
861,
570,
330,
145
]
},
"EnterNormal": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": [
"进入作战"
],
"roi": [
473,
572,
329,
144
]
},
"SwipeLeftToEpisode": {
"Doc": "base_task",
"algorithm": "OcrDetect",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB