mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
支持播放MV
This commit is contained in:
parent
e4ba16b9a2
commit
b399d5bbdc
11 changed files with 2021 additions and 52 deletions
|
|
@ -32,6 +32,11 @@ const routes = [
|
|||
name: "artist",
|
||||
component: () => import("@/views/artist"),
|
||||
},
|
||||
{
|
||||
path: "/mv/:id",
|
||||
name: "mv",
|
||||
component: () => import("@/views/mv"),
|
||||
},
|
||||
{
|
||||
path: "/next",
|
||||
name: "next",
|
||||
|
|
@ -67,7 +72,6 @@ const routes = [
|
|||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/library/liked-songs",
|
||||
name: "likedSongs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue