Revert "opt: video cover"

This reverts commit 7cc0c83df1.
This commit is contained in:
bggRGjQaUbCoE
2025-04-15 13:09:04 +08:00
parent 27b251b06e
commit 54ba05c4aa

View File

@@ -1808,14 +1808,16 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
top: 0, top: 0,
left: 0, left: 0,
right: 0, right: 0,
bottom: 0,
child: GestureDetector( child: GestureDetector(
onTap: handlePlay, onTap: handlePlay,
child: Obx( child: Obx(
() => CachedNetworkImage( () => CachedNetworkImage(
imageUrl: imageUrl:
videoDetailController.videoItem['pic'] != null videoDetailController.videoItem['pic'] != null
? Utils.thumbnailImgUrl( ? (videoDetailController.videoItem['pic']
videoDetailController.videoItem['pic']) as String)
.http2https
: '', : '',
width: videoWidth, width: videoWidth,
height: videoHeight, height: videoHeight,