feat: 添加专辑列表播放

This commit is contained in:
alger
2024-01-01 00:06:52 +08:00
parent 2dbf5dbf03
commit ecd7a56df0
10 changed files with 90 additions and 47 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ const handlePlay = (item: any) => {
</n-scrollbar>
</div>
</div>
<MusicList v-if="list" v-model:show="isShowList" :music-list="list" />
<MusicList v-if="list" v-model:show="isShowList" :name="list.name" :song-list="list.tracks" />
</div>
</template>