From 175df8b8146447aab0f8ab1a42a49bdd257ecead Mon Sep 17 00:00:00 2001 From: Ad-closeNN <1709301095@qq.com> Date: Sun, 22 Mar 2026 14:03:18 +0800 Subject: [PATCH] =?UTF-8?q?friends(new):=20=E9=9B=AA=E8=AF=BA=E7=9A=84?= =?UTF-8?q?=E5=B0=8F=E5=8D=9A=E5=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2. feat(analytics): 加入 Google Analytics 3. fix(style): 修复 Umami 请求重复多次请求的问题 --- src/components/Navbar.astro | 2 +- src/components/PostCard.astro | 56 ++++++++------------- src/components/PostMeta.astro | 55 ++++++++------------- src/components/widget/Profile.astro | 64 ++++++++++-------------- src/layouts/Layout.astro | 75 +++++++++++++++++++++++++++-- src/layouts/MainGridLayout.astro | 2 +- src/pages/friends.astro | 8 +++ src/pages/posts/[...slug].astro | 2 +- 8 files changed, 148 insertions(+), 116 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5895af6..6223d5c 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -24,7 +24,7 @@ let links: NavBarLink[] = navBarConfig.links.map(
+