From 54eae0e7381cacbbda657f8d516136fface221dc Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Fri, 24 Jul 2026 21:18:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=9A=E5=AE=A2=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PostList.astro | 8 +++----- src/types/post.ts | 7 +++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/components/PostList.astro b/src/components/PostList.astro index f8ab10c..4805a3a 100644 --- a/src/components/PostList.astro +++ b/src/components/PostList.astro @@ -46,11 +46,9 @@ posts.map((post) => {