--- import BaseLayout from './BaseLayout.astro' import { Icon } from 'astro-icon/components' interface Props { title?: string withGap?: boolean } const { title = '小帕的小窝', withGap = false } = Astro.props --- 小帕的小窝 小帕的小窝 文章 关于 旧博客系统* 博客 RSS {withGap && }