We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2387c commit cb7cee8Copy full SHA for cb7cee8
assets/resource/base/pipeline/宿舍委托.json
@@ -510,14 +510,39 @@
510
},
511
"点击开始执勤": {
512
"recognition": "OCR",
513
+ "post_delay": 1000,
514
"roi": [
515
872,
516
620,
517
96,
518
39
519
],
520
"expected": "开始执勤",
- "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
537
+ "target": [
538
+ 1,
539
540
+ 0,
541
+ 0
542
543
544
+ "选择执勤伙伴"
545
546
547
"选择执勤伙伴": {
548
0 commit comments