diff --git a/src/assets/icons/speaker.vue b/src/assets/icons/speaker.vue new file mode 100644 index 0000000..3167ab8 --- /dev/null +++ b/src/assets/icons/speaker.vue @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index e5741e3..59603b2 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -19,6 +19,7 @@ import EllipsisHorizontalIcon from '../assets/icons/ellipsishorizontal.vue' import XIcon from '../assets/icons/x.vue' import ShuffleIcon from '../assets/icons/shuffle.vue' import CycleTwoArrowsIcon from '../assets/icons/cycletwoarrows.vue' +import SpeakerIcon from '../assets/icons/speaker.vue' const playQueueStore = usePlayQueueStore() gsap.registerPlugin(Draggable) @@ -147,27 +148,35 @@ function makePlayQueueListDismiss() {
-
-
-
- {{ 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 ?? '未知专辑' }} +
+
-
-
- {{ 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() {
@@ -327,7 +373,8 @@ function makePlayQueueListDismiss() {
{{ track.song.name }}
{{ artistsOrganize(track.song.artists ?? []) }} — - {{ track.album?.name ?? '未知专辑' }}
+ {{ track.album?.name ?? '未知专辑' }} +