Skip to content

Commit 54086b2

Browse files
committed
- Update sources
1 parent 11be16f commit 54086b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/workflow/auto-fishing/check-accessories.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const CHECK_ACCESSORIES: Pipeline = {
1818
},
1919
clickUseBait: {
2020
next: ['clickAddRod'],
21-
timeout: 1000,
21+
timeout: 2000,
2222
recognition: 'OCR',
2323
roi: [548, 213, 151, 126],
2424
expected: '使用',
@@ -36,9 +36,9 @@ export const CHECK_ACCESSORIES: Pipeline = {
3636
},
3737
clickUseRod: {
3838
next: ['finishCheckAccessories'],
39-
timeout: 1000,
39+
timeout: 2000,
4040
recognition: 'OCR',
41-
roi: [650, 214, 149, 125],
41+
roi: [628, 199, 194, 160],
4242
expected: '使用',
4343
action: 'Click',
4444
},

0 commit comments

Comments
 (0)