Skip to content

Commit

Permalink
perf: 优化事件选择的稳定性
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Dec 5, 2024
1 parent d181fdc commit abcf567
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 10 additions & 13 deletions assets/resource/base/pipeline/activity/outside_deduction_rapid.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
],
"only_rec": true,
"action": "Click",
"pre_wait_freezes": 1,
"post_wait_freezes": 1,
"next": [
"ODR_Start_MediaSelect",
Expand Down Expand Up @@ -289,7 +288,7 @@
20,
20
],
"post_wait_freezes": 300,
"post_wait_freezes": 1000,
"next": [
"ODR_AddChar_OK",
"ODR_AddChar"
Expand All @@ -306,7 +305,6 @@
30
],
"only_rec": true,
"pre_wait_freezes": 1,
"next": "ODR_Start_AddChar_Confirm"
},
"ODR_Start_Teambuild_Confirm": {
Expand Down Expand Up @@ -357,7 +355,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -385,7 +383,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -419,7 +417,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -452,7 +450,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -484,7 +482,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -512,7 +510,7 @@
628
],
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
881,
317,
Expand Down Expand Up @@ -563,7 +561,7 @@
40
]
},
"timeout": 1500,
"timeout": 750,
"next": "ODR_Move"
},
"ODR_SkipText": {
Expand Down Expand Up @@ -725,7 +723,7 @@
"only_rec": true,
"action": "Click",
"post_wait_freezes": {
"time": 1200,
"time": 750,
"target": [
1195,
400,
Expand All @@ -741,14 +739,13 @@
"ODR_Event_Select": {
"doc": "选中事件",
"recognition": "TemplateMatch",
"template": "OutsideDeduction/SOD_EndEvent.png",
"template": "OutsideDeductionRapid/EventSelect.png",
"roi": [
760,
70,
520,
640
],
"threshold": 0.4,
"order_by": "Vertical",
"index": -1,
"action": "Click",
Expand Down

0 comments on commit abcf567

Please sign in to comment.