mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: 修复肉鸽开放后活动FC导航失效
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
resource/template/FC-Open.png
Normal file
BIN
resource/template/FC-Open.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user