fix: 修复肉鸽开放后活动FC导航失效

This commit is contained in:
uye
2023-12-29 00:37:20 +08:00
parent 9f852fb776
commit 8bc08a05aa
2 changed files with 21 additions and 5 deletions

View File

@@ -1912,7 +1912,7 @@
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"FC-Open",
"FC-OpenOpt",
"FCChapterToFC"
],
"next": [
@@ -1924,7 +1924,7 @@
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"FC-Open",
"FC-OpenOpt",
"FCChapterToFC"
],
"next": [
@@ -1936,7 +1936,7 @@
"algorithm": "JustReturn",
"action": "DoNothing",
"sub": [
"FC-Open",
"FC-OpenOpt",
"FCChapterToFC"
],
"next": [
@@ -1944,7 +1944,14 @@
"FC-7@SwipeToStage"
]
},
"FC-Open": {
"FC-OpenOpt": {
"algorithm": "JustReturn",
"next": [
"FC-OpenOcr",
"FC-Open"
]
},
"FC-OpenOcr": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
"text": [
@@ -1958,6 +1965,15 @@
150
]
},
"FC-Open": {
"action": "ClickSelf",
"roi": [
505,
57,
462,
628
]
},
"FCChapterToFC": {
"action": "ClickSelf",
"algorithm": "OcrDetect",
@@ -16392,4 +16408,4 @@
"Stop"
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB