From ba5aac3859f4ff83bf76ba1fe99c6d6dcfb499cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=BD=87?= Date: Mon, 20 Oct 2025 03:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20src/pages/demos/base.astro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/demos/base.astro | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pages/demos/base.astro diff --git a/src/pages/demos/base.astro b/src/pages/demos/base.astro new file mode 100644 index 0000000..adf099f --- /dev/null +++ b/src/pages/demos/base.astro @@ -0,0 +1,9 @@ +--- +import Html from '@/components/html.astro'; +--- + + +
+ +
+