From 6f37575943071d45c228414b4debd7c35d32ff35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 6 Jun 2025 09:01:26 +0800 Subject: [PATCH] 0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix 翻页样式 --- module/paging.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/paging.php b/module/paging.php index c0e1b99..5f90a99 100644 --- a/module/paging.php +++ b/module/paging.php @@ -7,7 +7,7 @@ '...', array( 'wrapTag' => 'nav', - 'wrapClass' => 'nav-links nav-links__comment', + 'wrapClass' => 'nav-links', 'itemTag' => '', 'textTag' => 'span', 'itemClass' => 'page-numbers',