diff --git a/src/App.vue b/src/App.vue index 800e0c7..0529b19 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,8 @@ @@ -10,11 +11,11 @@ const route = useRoute()
-
-
    +
    +
    • 浏览 @@ -32,21 +33,47 @@ const route = useRoute()
    -
    - +
    +
    -
    -
    - + + + +
    + +
    + {{ playQueueStore.list[playQueueStore.currentIndex].song.name }} +
    +
    - +
- -
\ No newline at end of file diff --git a/src/components/Playing.vue b/src/components/Playing.vue deleted file mode 100644 index d32bad5..0000000 --- a/src/components/Playing.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue deleted file mode 100644 index bcf8069..0000000 --- a/src/components/SearchBar.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - \ No newline at end of file