视频封面的路径
String getCoverPath(String url) { if (url.isEmpty) { return ""; } return '${IPFSUtils.instance!.downloadUrl}${HttpApi.coverDownload}?$url'; }