--- interface Props { type: 'movie' | 'book'; title: string; } const { type, title } = Astro.props; ---
加载更多...
已加载全部内容