From 83d445aed7effe65a6219481ed7f9d1649ce5b14 Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 9 Jul 2024 19:31:21 +0800 Subject: [PATCH] add total number --- plugins/Html.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/Html.php b/plugins/Html.php index d6e36e6..495bf0f 100644 --- a/plugins/Html.php +++ b/plugins/Html.php @@ -226,6 +226,9 @@ eof; {$previousLink} {$otherLinks} {$nextLink} +
  • + 总数 {$total} +
  • eof;