mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: video cover
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1814,9 +1814,8 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
|||||||
() => CachedNetworkImage(
|
() => CachedNetworkImage(
|
||||||
imageUrl:
|
imageUrl:
|
||||||
videoDetailController.videoItem['pic'] != null
|
videoDetailController.videoItem['pic'] != null
|
||||||
? (videoDetailController.videoItem['pic']
|
? Utils.thumbnailImgUrl(
|
||||||
as String)
|
videoDetailController.videoItem['pic'])
|
||||||
.http2https
|
|
||||||
: '',
|
: '',
|
||||||
width: videoWidth,
|
width: videoWidth,
|
||||||
height: videoHeight,
|
height: videoHeight,
|
||||||
|
|||||||
Reference in New Issue
Block a user