fix(download): 下载中列表封面使用缩略图加速加载

This commit is contained in:
alger
2026-03-27 23:06:38 +08:00
parent c28368f783
commit 167f081ee6

View File

@@ -127,7 +127,7 @@
>
<div class="flex items-center gap-4">
<img
:src="item.songInfo?.picUrl || '/images/default_cover.png'"
:src="getImgUrl(item.songInfo?.picUrl, '100y100')"
class="w-12 h-12 rounded-xl flex-shrink-0 object-cover"
@error="handleCoverError"
/>