--- /* 在博客翻新时期使用的占位 Layout,讲究的就是极简 */ import FullLayoutV1 from './FullLayoutV1.astro' interface Props { title?: string } const { title = '小帕的小窝' } = Astro.props ---