// 默认跳转到中文版本 import { redirect } from 'next/navigation'; export default function HomePage() { redirect('/zh'); }