{ - title: "Create Next App", - description: "Generated by create next app", -}; - -export default function RootLayout({ - children, -}: Readonly<{ - children: React.ReactNode; -}>) { - return ( - - - 头部 - {children} - - - ); -} -``` - -**[folder]/layout**: ...