From 46d53cd6aeb2a975cf820b7d160796470cc4a072 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Tue, 28 Apr 2026 00:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E4=B9=90=E5=BC=B9=E7=AA=97=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E4=B8=8B=E6=98=BE=E7=A4=BA=E5=B7=A6=E5=8F=B3=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/music/page.tsx | 144 +++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 71 deletions(-) diff --git a/src/app/music/page.tsx b/src/app/music/page.tsx index 30798b4..abb6514 100644 --- a/src/app/music/page.tsx +++ b/src/app/music/page.tsx @@ -1922,86 +1922,88 @@ export default function MusicPage() { }} >
setShowVolumeSlider(false)} > - {/* Header */} -
- {currentSong.pic && ( -
- {currentSong.name} -
- )} -
- -
- {currentSong.pic ? ( + +
+ {/* Cover / Meta */} +
+ {currentSong.pic && ( +
{currentSong.name} - ) : ( -
- - - -
- )} +
+ )} +
+
+ {currentSong.pic ? ( + {currentSong.name} + ) : ( +
+ + + +
+ )} +
+

{currentSong.name}

+

{currentSong.artist}

-

{currentSong.name}

-

{currentSong.artist}

-
- {/* Lyrics Content */} -
- {lyrics.length > 0 ? ( -
- {lyrics.map((line, index) => ( -
-
{line.text}
- {line.translation && ( -
- {line.translation} -
- )} -
- ))} -
- ) : ( -
-

暂无歌词

-

纯音乐或歌词获取失败

-
- )} + {/* Lyrics Content */} +
+ {lyrics.length > 0 ? ( +
+ {lyrics.map((line, index) => ( +
+
{line.text}
+ {line.translation && ( +
+ {line.translation} +
+ )} +
+ ))} +
+ ) : ( +
+

暂无歌词

+

纯音乐或歌词获取失败

+
+ )} +
{/* Mini Player Controls */}