feat: 优化音乐列表加载和播放逻辑,增强性能和用户体验

This commit is contained in:
alger
2025-02-28 19:52:00 +08:00
parent 87a0ceb5b0
commit c703d9c197
5 changed files with 92 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="recommend-item-img">
<n-image
class="recommend-item-img-img"
:src="getImgUrl(item.picUrl || item.coverImgUrl, '200y200')"
:src="getImgUrl(item.picUrl || item.coverImgUrl, '300y300')"
width="200"
height="200"
lazy