From baee12dd9f2413ef37ea6c9cca15ffedb319d9a3 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Tue, 1 Apr 2025 22:31:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改网站标题为 "KazooTTT 博客" - 修改头部导航栏样式,使页面更加美观 --- README.md | 12 +- .../componentsBefore/layout/Header.astro | 256 +++++++++--------- src/site.config.ts | 6 +- 3 files changed, 136 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index f3225e1..9055a04 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -# KazooTTT | 声控烤箱 博客 +# KazooTTT 博客 ## 关于我 无论是博客还是笔记,最重要的服务对象是我自己。 -[平台合集]() +[平台合集](https://bento.me/kazoottt) -[个人博客|Blog]() - -[个人笔记 | Notes]() - -[GitHub]() +[个人博客|Blog](https://blog.kazoottt.top/) +[个人笔记 | Notes](https://notes.kazoottt.top/) +[GitHub](https://github.com/KazooTTT) diff --git a/src/components/componentsBefore/layout/Header.astro b/src/components/componentsBefore/layout/Header.astro index 98888c6..eaab01f 100644 --- a/src/components/componentsBefore/layout/Header.astro +++ b/src/components/componentsBefore/layout/Header.astro @@ -1,111 +1,111 @@ --- -import kazootttAvatar from '../../assets/kazoottt-avatar.jpeg' -import { Image } from 'astro:assets' +import kazootttAvatar from "../../assets/kazoottt-avatar.jpeg"; +import { Image } from "astro:assets"; --- -
+