Skip to content

Commit cb7cee8

Browse files
committed
fix:修复宿舍委托未选择角色
1 parent 9e2387c commit cb7cee8

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

assets/resource/base/pipeline/宿舍委托.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,14 +510,39 @@
510510
},
511511
"点击开始执勤": {
512512
"recognition": "OCR",
513+
"post_delay": 1000,
513514
"roi": [
514515
872,
515516
620,
516517
96,
517518
39
518519
],
519520
"expected": "开始执勤",
520-
"action": "Click"
521+
"action": "Click",
522+
"next": [
523+
"未选择执勤伙伴",
524+
"空任务"
525+
]
526+
},
527+
"未选择执勤伙伴": {
528+
"recognition": "OCR",
529+
"roi": [
530+
560,
531+
330,
532+
157,
533+
58
534+
],
535+
"expected": "未选择角色",
536+
"action": "Click",
537+
"target": [
538+
1,
539+
1,
540+
0,
541+
0
542+
],
543+
"next": [
544+
"选择执勤伙伴"
545+
]
521546
},
522547
"选择执勤伙伴": {
523548
"recognition": "OCR",

0 commit comments

Comments
 (0)