diff --git a/resource/tasks.json b/resource/tasks.json index 411598b7b3..1899bde66e 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2704,6 +2704,7 @@ "CloseAnno", "CloseAnnoTexas", "TodaysSupplies", + "NotDownloadVoice", "StartUp" ] }, @@ -2735,6 +2736,19 @@ "CloseAnnos#next" ] }, + "NotDownloadVoice": { + "action": "ClickSelf", + "cache": false, + "roi": [ + 369, + 462, + 152, + 62 + ], + "next": [ + "CloseAnnos#next" + ] + }, "TodaysSupplies": { "algorithm": "OcrDetect", "text": [ diff --git a/resource/template/NotDownloadVoice.png b/resource/template/NotDownloadVoice.png new file mode 100644 index 0000000000..a7818ac983 Binary files /dev/null and b/resource/template/NotDownloadVoice.png differ