From 8ab8213a12b926b9ea5cf3e4f4e6f87d4a919acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Fri, 27 Jun 2025 09:09:47 +0800 Subject: [PATCH] 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复部分小问题 --- card.php | 5 ++- page-commentuserlist.php | 80 +++++++++++++++++++--------------------- page-full.php | 2 +- post.php | 8 ++-- 4 files changed, 45 insertions(+), 50 deletions(-) diff --git a/card.php b/card.php index 0e61b4b..c7e1ddf 100644 --- a/card.php +++ b/card.php @@ -3,6 +3,7 @@ next()): ?> content, $this->cid); +$colors = ['bg-primary', 'bg-secondary', 'bg-success', 'bg-danger', 'bg-warning', 'bg-info', 'bg-transparent', 'bg-gradient']; ?>
@@ -19,7 +20,7 @@ $coverImage = getPostCover($this->content, $this->cid);