From 74628c9d9d92129b2e124414dd02216c9e84be7a Mon Sep 17 00:00:00 2001 From: liaoxin Date: Sun, 17 May 2026 09:53:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=84=E8=AE=BA=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=9C=AA=E7=99=BB=E5=BD=95=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20+=20=E7=AC=BA=E6=96=87=E5=88=97=E8=A1=A8=E5=8A=A0=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E6=95=B0=20+=20=E5=B0=81=E9=9D=A2=E6=AF=94=E4=BE=8B16?= =?UTF-8?q?:10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comments.php | 8 +++++++- page-articles.php | 1 + style.css | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/comments.php b/comments.php index 977f4df..de88c1a 100644 --- a/comments.php +++ b/comments.php @@ -27,7 +27,13 @@ if (post_password_required()) return;
comment_content); ?>
-
回复
+
+ + 回复 + + 回复 + +
diff --git a/page-articles.php b/page-articles.php index e96d8aa..5150b46 100644 --- a/page-articles.php +++ b/page-articles.php @@ -35,6 +35,7 @@ $total_pages = ceil($total / $per_page);
+ 💬 👁
diff --git a/style.css b/style.css index affd3a9..739eeb2 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /* Theme Name: 空笺未寄 -Version: 0.15.0 +Version: 0.15.1 Requires at least: 6.0 Requires PHP: 7.4 License: MIT @@ -296,7 +296,7 @@ echo "done" height: 100% !important; object-fit: cover !important; } -.card-cover { overflow: hidden; aspect-ratio: 16/9; } +.card-cover { overflow: hidden; aspect-ratio: 16/10; } .pinned-cover { overflow: hidden; width: 120px; height: 120px; } .article-cover { overflow: hidden; height: 240px; }