Skip to content

Commit

Permalink
fix: SOD部分情况下选择分队失败
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 15, 2024
1 parent a8512c0 commit fae74c9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,15 @@
86
],
"action": "Click",
"post_wait_freezes": 300,
"post_wait_freezes": {
"time": 300,
"target": [
200,
250,
900,
300
]
},
"next": [
"SODStart_GoodsSelect",
"SODStart_MediaSelect",
Expand Down

0 comments on commit fae74c9

Please sign in to comment.