diff --git a/assets/resource/pipeline/startup.json b/assets/resource/pipeline/startup.json index 927d893..7a9d64c 100644 --- a/assets/resource/pipeline/startup.json +++ b/assets/resource/pipeline/startup.json @@ -7,6 +7,7 @@ "Sub_BackButton", "Sub_HomeLoading", "Sub_ObtainedAwards", + "Sub_AccumulatedSignIn", "Sub_Reward", "StartGame", "CloseAnnouncement", @@ -123,6 +124,7 @@ "next": [ "Sub_BackButton", "Sub_ObtainedAwards", + "Sub_AccumulatedSignIn", "Sub_Reward", "Sub_HomeLoading", "HomeFlag", @@ -199,5 +201,17 @@ 526, 590 ] + }, + "Sub_AccumulatedSignIn": { + "is_sub": true, + "recognition": "TemplateMatch", + "template": "template/StartUp/AccumulatedSignIn.png", + "roi":[ + 562, + 483, + 347, + 163 + ], + "action": "Click" } } \ No newline at end of file diff --git a/assets/resource/pipeline/template/StartUp/AccumulatedSignIn.png b/assets/resource/pipeline/template/StartUp/AccumulatedSignIn.png new file mode 100644 index 0000000..413ba7c Binary files /dev/null and b/assets/resource/pipeline/template/StartUp/AccumulatedSignIn.png differ