Skip to content

Commit

Permalink
perf: 优化游戏启动相关任务
Browse files Browse the repository at this point in the history
  • Loading branch information
Windsland52 committed Dec 16, 2024
1 parent 03e68b0 commit 930584b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion assets/resource/base/pipeline/limbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@
27
],
"only_rec": true,
"action": "Click"
"action": "Click",
"post_wait_freezes": {
"time": 300,
"target": [
99,
480,
1068,
197
]
}
},
"LimboEntry": {
"doc": "人工梦游主界面,点击挑战,进入深眠域",
Expand Down
4 changes: 3 additions & 1 deletion assets/resource/base/pipeline/startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
],
"action": "Click",
"next": [
"HomeFlag"
"HomeFlag",
"HomeLoading_wait"
],
"interrupt": [
"SkipButton",
Expand Down Expand Up @@ -371,6 +372,7 @@
260,
236
],
"post_wait_freezes": 300,
"next": [
"CloseRewardPage"
],
Expand Down

0 comments on commit 930584b

Please sign in to comment.