Skip to content

Commit

Permalink
fix(DailyTaskClaim): 修复委托卡住的bug
Browse files Browse the repository at this point in the history
- 修复在识别没有领取按钮的任务中没有反转识别结果导致的bug
  • Loading branch information
DarkLingYun committed Sep 3, 2024
1 parent 50e7ed7 commit 4df60d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/resource/base/pipeline/tasks/DailyTaskClaim.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"noClaimButton": {
"is_sub": true,
"inverse": true,
"recognition": "OCR",
"expected": "^领取$",
"next": [
Expand Down

0 comments on commit 4df60d1

Please sign in to comment.