Skip to content

Commit

Permalink
fix: 修复无法取消挂载新资料片
Browse files Browse the repository at this point in the history
fix #285
  • Loading branch information
Windsland52 committed Dec 19, 2024
1 parent 959162b commit 79fd23c
Showing 1 changed file with 54 additions and 4 deletions.
58 changes: 54 additions & 4 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
"only_rec": true,
"action": "Click",
"next": [
"SOD_unmount_completed",
"SOD_unmount_completed_1",
"SOD_unmount"
],
"interrupt": [
"SOD_unmount_confirm"
]
},
"SOD_unmount_completed": {
"SOD_unmount_completed_1": {
"recognition": "OCR",
"expected": "^挂载$",
"roi": [
Expand All @@ -79,7 +79,48 @@
38
],
"only_rec": true,
"post_wait_freezes": 300,
"action": "Click",
"target": [
144,
273,
133,
33
],
"post_wait_freezes": {
"time": 300,
"target": [
0,
105,
1280,
482
]
},
"next": [
"SOD_unmount_completed_2"
],
"interrupt": [
"SOD_unmount_confirm"
]
},
"SOD_unmount_completed_2": {
"recognition": "OCR",
"expected": "^挂载$",
"roi": [
1016,
620,
124,
38
],
"only_rec": true,
"post_wait_freezes": {
"time": 300,
"target": [
0,
105,
1280,
482
]
},
"next": [
"SOD_MenuFlag"
],
Expand All @@ -97,7 +138,16 @@
38
],
"only_rec": true,
"action": "Click"
"action": "Click",
"post_wait_freezes": {
"time": 300,
"target": [
0,
105,
1280,
482
]
}
},
"SOD_UNOPENED": {
"recognition": "OCR",
Expand Down

0 comments on commit 79fd23c

Please sign in to comment.