diff --git a/resource/tasks.json b/resource/tasks.json index f6abf0f1c5..e0d78869aa 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -10421,7 +10421,7 @@ "Reclamation2SkipDaysAward": { "algorithm": "JustReturn", "postDelay": 5000, - "next": ["Reclamation2SkipDaysAward2", "Reclamation2SkipDaysAward1"] + "next": ["Reclamation2RightMax", "Reclamation2SkipDaysAward2", "Reclamation2SkipDaysAward1"] }, "Reclamation2SkipDaysAward1": { "algorithm": "JustReturn", @@ -10437,6 +10437,36 @@ "text": ["点击", "任意处", "继续"], "next": ["Reclamation2SkipDaysBeginNewDay"] }, + "Reclamation2RightMax": { + "roi": [789, 475, 154, 122], + "preDelay": 1000, + "next": ["Reclamation2SkipDaysAwardEndTask"] + }, + "Reclamation2SkipDaysAwardEndTask": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "roi": [506, 609, 272, 111], + "preDelay": 1000, + "postDelay": 4000, + "text": ["点击", "任意处", "继续"], + "next": ["Reclamation2SkipDaysBeginNewDayEndTask"] + }, + "Reclamation2SkipDaysBeginNewDayEndTask": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": ["开", "启", "今", "日"], + "preDelay": 1000, + "roi": [519, 525, 261, 144], + "next": ["Reclamation2QuitToMainPage", "Stop"] + }, + "Reclamation2QuitToMainPage": { + "algorithm": "OcrDetect", + "action": "ClickSelf", + "text": ["返回"], + "preDelay": 2000, + "roi": [33, 0, 97, 63], + "next": ["Stop"] + }, "Reclamation2SkipDaysBeginNewDay": { "algorithm": "OcrDetect", "action": "ClickSelf", diff --git a/resource/template/Reclamation2RightMax.png b/resource/template/Reclamation2RightMax.png new file mode 100644 index 0000000000..3a05ad401d Binary files /dev/null and b/resource/template/Reclamation2RightMax.png differ