Skip to content

Commit

Permalink
perf: 增加首页导航等待时间
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Oct 17, 2023
1 parent 79d7e3d commit 7b1cdeb
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions assets/resource/pipeline/navigation/home_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@
163
],
"action": "Click",
"post_wait_freezes": {
"time": 200,
"target": [
0,
0,
340,
80
]
}
"post_delay": 1500
},
"Sub_EnterSupplyPage": {
"is_sub": true,
Expand All @@ -31,7 +23,8 @@
184,
140
],
"action": "Click"
"action": "Click",
"post_delay": 1500
},
"Sub_EnterArmadaPage": {
"is_sub": true,
Expand All @@ -46,7 +39,7 @@
29
],
"action": "Click",
"post_delay": 2000
"post_delay": 1500
},
"Sub_EnterDormPage": {
"is_sub": true,
Expand All @@ -61,15 +54,7 @@
110
],
"action": "Click",
"post_wait_freezes": {
"time": 200,
"target": [
0,
400,
380,
320
]
}
"post_delay": 1500
},
"Sub_EnterMissionsPage": {
"is_sub": true,
Expand All @@ -90,6 +75,6 @@
32
],
"action": "Click",
"post_wait_freezes": 1
"post_delay": 1500
}
}

0 comments on commit 7b1cdeb

Please sign in to comment.