--- interface Props { type: 'movie' | 'book'; title: string; } const { type, title } = Astro.props; ---

{title}

加载更多...