mod: 图片质量

This commit is contained in:
guozhigq
2023-08-05 21:12:29 +08:00
parent 90c617a1a4
commit 8d7ddcc5cd
10 changed files with 193 additions and 179 deletions

View File

@ -82,9 +82,8 @@ class HistoryItem extends StatelessWidget {
tag: heroTag,
child: NetworkImgLayer(
src: (videoItem.cover != ''
? videoItem.cover
: videoItem.covers.first) +
'@.webp',
? videoItem.cover
: videoItem.covers.first),
width: maxWidth,
height: maxHeight,
),