添加 src/pages/demos/base.astro

This commit is contained in:
2025-10-20 03:16:30 +08:00
parent 76363f2a45
commit ba5aac3859

View File

@@ -0,0 +1,9 @@
---
import Html from '@/components/html.astro';
---
<Html>
<main>
</main>
</Html>