+
+ {{ playQueueStore.list[playQueueStore.currentIndex].song.name }}
+
+
+ {{ artistsOrganize(playQueueStore.list[playQueueStore.currentIndex].song.artists ?? []) }} —
+ {{ playQueueStore.list[playQueueStore.currentIndex].album?.name ?? '未知专辑' }}
+
- {{ artistsOrganize(playQueueStore.list[playQueueStore.currentIndex].song.artists ?? []) }} —
- {{ playQueueStore.list[playQueueStore.currentIndex].album?.name ?? '未知专辑' }}
+
+
+
+ {{ playQueueStore.list[playQueueStore.currentIndex].song.name }}
+
+
+ {{ artistsOrganize(playQueueStore.list[playQueueStore.currentIndex].song.artists ?? []) }} —
+ {{ playQueueStore.list[playQueueStore.currentIndex].album?.name ?? '未知专辑' }}
+
+
-
- {{ playQueueStore.list[playQueueStore.currentIndex].song.name }}
-
-
- {{ artistsOrganize(playQueueStore.list[playQueueStore.currentIndex].song.artists ?? []) }} —
- {{ playQueueStore.list[playQueueStore.currentIndex].album?.name ?? '未知专辑' }}
-
+
+
-
@@ -179,7 +188,8 @@ function makePlayQueueListDismiss() {
- {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }}
+ {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }}
{{ timeFormatter(Math.floor(playQueueStore.currentTime)) }}
@@ -188,9 +198,9 @@ function makePlayQueueListDismiss() {
-
@@ -203,15 +213,23 @@ function makePlayQueueListDismiss() {
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
@@ -221,8 +239,12 @@ function makePlayQueueListDismiss() {
-
-
+
+
+
+
+
+
@@ -230,18 +252,30 @@ function makePlayQueueListDismiss() {
@click="playQueueStore.isPlaying = !playQueueStore.isPlaying">
@@ -249,8 +283,12 @@ function makePlayQueueListDismiss() {
-
-
+
+
+
+
+
+
@@ -259,14 +297,22 @@ function makePlayQueueListDismiss() {
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
{{ track.song.name }}
{{ artistsOrganize(track.song.artists ?? []) }} —
- {{ track.album?.name ?? '未知专辑' }}
+ {{ track.album?.name ?? '未知专辑' }}
+