--- import "../styles/global.css"; const { title } = Astro.props; const pageTitle = title ? title + ' - 中V档案馆' :'中V档案馆'; ---