diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ed647b5..c7c12a5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,7 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac return (
-+ {item} +
+ ))} +{audioInfo?.title ?? ''}
{/* 歌手/专辑 */} @@ -68,13 +90,20 @@ export default function PlayerCard({ show, className }: Prop) {{`${audioInfo.artist}/${audioInfo.album}`}
)} {/* 歌词 */} -