fix:增加视频日志中的视频缩略图

This commit is contained in:
liyi 2025-01-21 14:09:21 +08:00
parent de6d7bca58
commit e990a0806b
2 changed files with 9 additions and 0 deletions

View File

@ -1785,6 +1785,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
video_thumbnail:
dependency: "direct main"
description:
name: video_thumbnail
sha256: "3455c189d3f0bb4e3fc2236475aa84fe598b9b2d0e08f43b9761f5bc44210016"
url: "https://pub.dev"
source: hosted
version: "0.5.3"
visibility_detector:
dependency: transitive
description:

View File

@ -269,6 +269,7 @@ dependencies:
# 图片预览
photo_view: ^0.15.0
dio: ^4.0.6 # 网络请求库
video_thumbnail: ^0.5.3