mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
fix(download): 下载中列表封面使用缩略图加速加载
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user