From 0a584bafca2be5fe624d861f0ae94c04ca4b9303 Mon Sep 17 00:00:00 2001 From: blue-cape Date: Mon, 17 Mar 2025 23:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96SEO=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81descript=EF=BC=8Csubtitle=EF=BC=8Cog=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=AD=E6=96=87=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E9=81=97=E7=95=99=E7=9A=84=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Footer.astro | 4 +- src/components/Header.astro | 7 -- src/components/Pagination.astro | 2 +- src/config.ts | 9 +- ...资源和Api路由冲突的一种方法.md | 2 +- src/data/blog/read/阿加莎.md | 111 ++++++++++++++++++ src/layouts/Layout.astro | 7 +- src/pages/404.astro | 4 +- src/pages/index.astro | 2 +- src/utils/loadGoogleFont.ts | 12 ++ 10 files changed, 141 insertions(+), 19 deletions(-) create mode 100644 src/data/blog/read/阿加莎.md diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fba9e14..d0a17ab 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -20,9 +20,9 @@ const { noMarginTop = false } = Astro.props; >
- Copyright © {currentYear} {SITE.author} + 版权所有 © {SITE.created}-{currentYear} {SITE.author} - All rights reserved. + 保留所有权利
diff --git a/src/components/Header.astro b/src/components/Header.astro index a313ec9..71e3198 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -24,13 +24,6 @@ const isActive = (path: string) => { ---
- - Skip to content -