diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index e503d36..e5741e3 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -18,7 +18,7 @@ import MusicListIcon from '../assets/icons/musiclist.vue' import EllipsisHorizontalIcon from '../assets/icons/ellipsishorizontal.vue' import XIcon from '../assets/icons/x.vue' import ShuffleIcon from '../assets/icons/shuffle.vue' -import ListArrowIcon from '../assets/icons/listarrow.vue' +import CycleTwoArrowsIcon from '../assets/icons/cycletwoarrows.vue' const playQueueStore = usePlayQueueStore() gsap.registerPlugin(Draggable) @@ -140,37 +140,60 @@ function makePlayQueueListDismiss() { v-if="playQueueStore.list[playQueueStore.currentIndex].album?.coverDeUrl"> -
+
-
+
-
-
- {{ playQueueStore.list[playQueueStore.currentIndex].song.name }} +
+
+
+ {{ 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 ?? '未知专辑' }} +
+
-
+
-
- {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }} +
+ {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }} + {{ timeFormatter(Math.floor(playQueueStore.currentTime)) }} +
+
+ {{ formatDetector() }} + {{ formatDetector() }} +
+
+
+
-
{{ formatDetector() }}
-
@@ -178,44 +201,73 @@ function makePlayQueueListDismiss() {
- -
- - -
- -
@@ -240,13 +292,13 @@ function makePlayQueueListDismiss() {