diff --git a/README.md b/README.md index 61b9c47..0f8faa5 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,14 @@ * 音乐列表 * 评论区 * 最新音乐 -* cd页 +* cd页 (2.0新增) * 歌词 * 评论区 * 推荐歌单 * 推荐歌曲 +* mv页(3.0新增) + * 评论区 + * 推荐mv * 登录(网易云uid登录) * 获取用户信息 * 获取收藏歌单 diff --git a/public/index.html b/public/index.html index 568e6f2..6f7fabd 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ diff --git a/src/components/song-table.vue b/src/components/song-table.vue index 239c21f..8dea7d3 100644 --- a/src/components/song-table.vue +++ b/src/components/song-table.vue @@ -2,7 +2,8 @@