Skip to content

Commit

Permalink
修复研学bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mothdark committed Sep 16, 2024
1 parent 38d2f0a commit 758e7ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/resource_picli/base/pipeline/11_Research.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"museum": {
"pre_wait_freezes": 500,
"post_wait_freezes": 1000,
"recognition": "OCR",
"expected": "博物",
"roi": [
Expand All @@ -50,8 +51,8 @@
],
"action": "Click",
"next": [
"choose_theme",
"Research-week",
"choose_theme",
"museum"
]
},
Expand All @@ -71,16 +72,15 @@
400,
180
],
"post_delay": 2000,
"next": [
"choose_theme",
"Research-week"
]
},
"choose_theme": {
"next": [
"gold-silver",
"mountain-river"
"mountain-river",
"gold-silver"
]
},
"mountain-river": {
Expand Down Expand Up @@ -114,7 +114,7 @@
]
},
"enter_theme_1": {
"pre_wait_freezes": 500,
"post_wait_freezes": 500,
"recognition": "OCR",
"expected": "主题",
"action": "Click",
Expand Down

0 comments on commit 758e7ff

Please sign in to comment.