mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
fix(download): 下载中列表封面使用缩略图加速加载
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
>
|
>
|
||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<img
|
<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"
|
class="w-12 h-12 rounded-xl flex-shrink-0 object-cover"
|
||||||
@error="handleCoverError"
|
@error="handleCoverError"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user