From 4533a754c96f0d957fdf3d5b81a57dd23e83173e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Sat, 16 May 2026 23:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E9=94=80=E6=AF=81=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/api/aplayer/music-player-panel.vue | 74 +++++++++++++------- 1 file changed, 47 insertions(+), 27 deletions(-) diff --git a/src/views/api/aplayer/music-player-panel.vue b/src/views/api/aplayer/music-player-panel.vue index 7b69937..d7bf55e 100644 --- a/src/views/api/aplayer/music-player-panel.vue +++ b/src/views/api/aplayer/music-player-panel.vue @@ -11,7 +11,7 @@
-
+
@@ -48,7 +48,7 @@ v-for="(line, index) in lrcLines" :key="index" :class="{ 'current-line': index === currentLineIndex }" - >{{ line[1] || ' ' }}

+ >{{ line[1] || '' }}

暂无歌词
@@ -123,7 +123,7 @@