From 6d39cee75e7ef7c5e06d1a745a32224e11d68c37 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 23 Jan 2026 23:16:45 +0800 Subject: HALF WORK! --- www-2/src/layouts/PageBase.astro | 242 ++++++++++++++++++++------------------- 1 file changed, 125 insertions(+), 117 deletions(-) (limited to 'www-2/src/layouts/PageBase.astro') diff --git a/www-2/src/layouts/PageBase.astro b/www-2/src/layouts/PageBase.astro index e6e0e1e..83073ca 100644 --- a/www-2/src/layouts/PageBase.astro +++ b/www-2/src/layouts/PageBase.astro @@ -1,3 +1,11 @@ +--- +interface Props { + title: string; +} + +const { title } = Astro.props; +--- + @@ -5,7 +13,7 @@ - Astro Basics + {title}
@@ -41,141 +49,141 @@ -- cgit v1.2.3