From 99b0e721d89df1524b6cc64c725f3fbfdc1a1e7e Mon Sep 17 00:00:00 2001 From: Atdunbg Date: Fri, 6 Mar 2026 09:55:23 +0800 Subject: [PATCH] fix some check error --- src/components/Navbar.astro | 1 + src/pages/archive.astro | 37 ++++++++++++++++++++++++++++++++++--- 2 files changed, 35 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 9fe6144..fe3f226 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -51,6 +51,7 @@ let links: NavBarLink[] = navBarConfig.links.map( )} + {/* @ts-expect-error – client:only 是 Astro 指令,非组件 Prop */}