From 95320835b69dc08fc53c3f02d5ae327bd787694b Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sat, 18 Jul 2026 22:07:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E5=8D=9A=E5=AE=A2?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/posts/[...slug].astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index f745169..e490a2e 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -105,7 +105,6 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日') :global(.markdown-body img) { object-fit: contain; height: auto !important; - border-radius: 8px; } .post-view {