mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
添加专辑推荐 播放进度条优化
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
<playlist-type />
|
||||
<!-- 本周最热音乐 -->
|
||||
<recommend-songlist />
|
||||
<!-- 推荐最新专辑 -->
|
||||
<recommend-album />
|
||||
</div>
|
||||
</div>
|
||||
</n-layout>
|
||||
@@ -17,6 +19,7 @@
|
||||
import RecommendSinger from "@/components/RecommendSinger.vue";
|
||||
import PlaylistType from "@/components/PlaylistType.vue";
|
||||
import RecommendSonglist from "@/components/RecommendSonglist.vue";
|
||||
import RecommendAlbum from "@/components/RecommendAlbum.vue";
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user