feat: 本次提交更新内容如下

php有问题,覆盖下
This commit is contained in:
笔记本里的永平
2025-07-07 14:52:56 +08:00
parent c29fbd1bbb
commit c9a3aaab58
338 changed files with 70315 additions and 12737 deletions

View File

@@ -57,13 +57,14 @@ 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;
@@ -196,7 +197,7 @@ class Bootstrap extends Paginator
*/
protected function getPageLinkWrapper($url, $page)
{
if ($page == $this->currentPage()) {
if ($this->currentPage() == $page) {
return $this->getActivePageWrapper($page);
}