Minor fix, Server push

This commit is contained in:
root 2023-08-19 10:06:27 +00:00
parent 3ae3d5d6d0
commit 86fad737cc
1 changed files with 11 additions and 10 deletions

View File

@ -60,23 +60,24 @@ function onStart(){
[ [
"limit" => 3, "limit" => 3,
"start" => 9 "start" => 9
]
],
[
[
"limit" => 3,
"start" => 7
],
[
"limit" => 3,
"start" => 6
], ],
[ [
"limit" => 1, "limit" => 1,
"start" => 11 "start" => 11
], ],
], ],
[
[
"limit" => 4,
"start" => 7
],
[
"limit" => 4,
"start" => 6
],
],
]; ];
} }
?> ?>