export default function PlaceholderPage({ title }: { title: string }) { return (

{title}

此页面正在开发中...

); }