feat: 同步下新环境

This commit is contained in:
2025-07-07 11:31:25 +08:00
parent 3d1050db3d
commit 86c261ba70
196 changed files with 13146 additions and 29319 deletions

View File

@@ -57,14 +57,13 @@ class Bootstrap extends Paginator
*/
protected function getLinks()
{
if ($this->simple) {
if ($this->simple)
return '';
}
$block = [
'first' => null,
'slider' => null,
'last' => null,
'last' => null
];
$side = 3;
@@ -197,7 +196,7 @@ class Bootstrap extends Paginator
*/
protected function getPageLinkWrapper($url, $page)
{
if ($this->currentPage() == $page) {
if ($page == $this->currentPage()) {
return $this->getActivePageWrapper($page);
}