!10 修复最右标题出现没有图片

Merge pull request !10 from liangho-ng/master
This commit is contained in:
zhiyu 2024-04-16 05:27:07 +00:00 committed by Gitee
commit b83d4fa739
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1424,7 +1424,7 @@ export class tools extends plugin {
const shortVideoInfo = {
authorName: videoAuthorMatch ? videoAuthorMatch[1] : '',
title: videoTitleMatch ? videoTitleMatch[1] : '',
cover: videoCoverMatch ? videoCoverMatch[1] : '',
cover: videoCoverMatch ? videoCoverMatch[1] : '' || images[0],
noWatermarkDownloadUrl: videoUrlMatch ? videoUrlMatch[1] : '',
images,
};