diff --git a/resource/tasks.json b/resource/tasks.json index 740ce81a73..30f76c9c83 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -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" ] } -} \ No newline at end of file +} diff --git a/resource/template/FC-Open.png b/resource/template/FC-Open.png new file mode 100644 index 0000000000..d36b5ea068 Binary files /dev/null and b/resource/template/FC-Open.png differ