feat.新增领取日常任务奖励的processtask

This commit is contained in:
MistEO
2021-11-22 21:40:16 +08:00
parent c73d0b69a3
commit d155a392da
4 changed files with 62 additions and 0 deletions

View File

@@ -273,6 +273,68 @@
"StartButton1"
]
},
"AwardBegin": {
"algorithm": "justreturn",
"action": "clickRect",
"specificRect": [
0,
200,
300,
400
],
"next": [
"ReturnToAward",
"Award",
"ReceiveAward",
"WeeklyTask"
]
},
"Award": {
"template": "Task.png",
"action": "clickSelf",
"next": [
"ReceiveAward",
"WeeklyTask"
]
},
"ReceiveAward": {
"action": "clickSelf",
"next": [
"CloseTaskAward"
]
},
"CloseTaskAward": {
"algorithm": "justReturn",
"action": "clickRect",
"specificRect": [
1000,
100,
270,
340
],
"next": [
"WeeklyTask",
"Stop"
]
},
"WeeklyTask": {
"action": "clickSelf",
"next": [
"ReceiveAward",
"Stop"
]
},
"ReturnToAward": {
"template": "Return.png",
"templThreshold": 0.85,
"histThreshold": 0.85,
"rearDelay": 1000,
"action": "clickSelf",
"next": [
"Award",
"ReturnToAward"
]
},
"VisitBegin": {
"algorithm": "justreturn",
"action": "doNothing",

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
resource/template/Task.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB