Revert "perf: unused template removal"

This commit is contained in:
MistEO
2023-10-29 19:52:13 +08:00
committed by GitHub
parent 975108aba6
commit a337b6487f
2 changed files with 22 additions and 3 deletions

View File

@@ -1818,24 +1818,43 @@
"algorithm": "JustReturn",
"action": "DoNothing",
"next": [
"IS-10@IS-Open"
"IS-10@IS-Open",
"IS-10@IS-OpenOcr"
]
},
"IS-9": {
"algorithm": "JustReturn",
"action": "DoNothing",
"next": [
"IS-9@IS-Open"
"IS-9@IS-Open",
"IS-9@IS-OpenOcr"
]
},
"IS-8": {
"algorithm": "JustReturn",
"action": "DoNothing",
"next": [
"IS-8@IS-Open"
"IS-8@IS-Open",
"IS-8@IS-OpenOcr"
]
},
"IS-Open": {
"action": "ClickSelf",
"roi": [
77,
64,
396,
437
],
"sub": [
"EnterChapterIS"
],
"next": [
"SideStoryStage",
"SwipeToStageIS"
]
},
"IS-OpenOcr": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"roi": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB