Skip to content

Commit

Permalink
修复 收取委托后不会自动接取
Browse files Browse the repository at this point in the history
  • Loading branch information
overflow65537 committed May 24, 2024
1 parent 47e4ce7 commit df4b3fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/resource/base/pipeline/DormitoryEntrustment.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
]
},
"CompleteEntrustment": {
"is_sub": true,
"recognition": "OCR",
"roi": [
282,
Expand All @@ -23,7 +22,6 @@
]
},
"CloseEntrustment": {
"is_sub": true,
"recognition": "OCR",
"roi": [
256,
Expand All @@ -38,7 +36,9 @@
0,
0
],
"times_limit": 8
"next": [
"DormitoryEntrustment"
]
},
"StartEntrustment": {
"recognition": "OCR",
Expand Down

0 comments on commit df4b3fd

Please sign in to comment.