From 0d89e15e012a8f591a6f037d8fa767548bd15a44 Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 12 Jun 2025 22:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=B7=BB=E5=8A=A0=E6=A8=AA?= =?UTF-8?q?=E5=B1=8F=E6=A8=A1=E5=BC=8F=E6=94=AF=E6=8C=81=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=AD=8C=E8=AF=8D=E5=92=8C=E6=92=AD=E6=94=BE=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/lyric/MusicFullMobile.vue | 445 +++++++++++++++++- 1 file changed, 427 insertions(+), 18 deletions(-) diff --git a/src/renderer/components/lyric/MusicFullMobile.vue b/src/renderer/components/lyric/MusicFullMobile.vue index 0bf8330..6de5192 100644 --- a/src/renderer/components/lyric/MusicFullMobile.vue +++ b/src/renderer/components/lyric/MusicFullMobile.vue @@ -8,7 +8,7 @@ :z-index="9998" > -
+
@@ -21,10 +21,10 @@
- +
@@ -64,9 +64,9 @@
- + -
+
- -
+ +
+ +
+
+
+ +
+
+ + +
+
+ + +
+
+ {{ secondToMinute(nowTime) }} + {{ secondToMinute(allTime) }} +
+
+
+
+
+
+
+
+
+ + +
+ +
+

{{ playMusic.name }}

+

+ + {{ item.name }} + {{ index < artistList.length - 1 ? ' / ' : '' }} + +

+
+ + +
+
+
+ {{ item.text }} +
+ {{ item.trText }} +
+
+
+
+ + +
+ +
+ +
+ +
+
+
+ + +
@@ -182,6 +295,7 @@