From 7eb0ae75fb41f24d8b12b81f6521c0e66555cad8 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Sun, 16 Aug 2026 11:14:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20404=E7=95=8C=E9=9D=A2=E3=80=81=E5=BE=AE?= =?UTF-8?q?=E8=B0=83ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/404.astro | 13 ++++++++++++- src/pages/archive.astro | 5 +++++ src/pages/post/[...slug].astro | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index f94a2f7..97f1298 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -3,5 +3,16 @@ import Layout from "@/layouts/Layout.astro"; --- - +
+

404 NOT FOUND

+
+ + diff --git a/src/pages/archive.astro b/src/pages/archive.astro index 33fc97e..70758c3 100644 --- a/src/pages/archive.astro +++ b/src/pages/archive.astro @@ -123,5 +123,10 @@ const {data} = await http.get>("posts/archives"); .year-title{ font-size: 24px; } + + .post-title{ + font-size: 15px; + } } + diff --git a/src/pages/post/[...slug].astro b/src/pages/post/[...slug].astro index e151646..72d0046 100644 --- a/src/pages/post/[...slug].astro +++ b/src/pages/post/[...slug].astro @@ -102,6 +102,7 @@ const published_at = formatDatetime(data.published_at, "YYYY.MM.DD"); font-size: 14px; margin-bottom: 20px; color: var(--text-meta); + line-height: 1.4; } .divider {