--- import '../styles/global.css'; export interface Props { title?: string; description?: string; } import 'github-markdown-css/github-markdown-light.css'; import 'highlight.js/styles/github-dark.css'; const { title, description } = Astro.props; --- {title || '文档'}