Skip to content

Commit 9b463e7

Browse files
committed
cover
1 parent 463737d commit 9b463e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tiktok_batchDownload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export default {
353353
<td>${v.index}</td>
354354
<td>
355355
<a target="_blank" href="${v.video.playAddr}">
356-
<img src="${v.video.originCover}" style="width:150px" />
356+
<img src="${v.video.dynamicCover || v.video.cover}" style="width:150px" />
357357
</a>
358358
</td>
359359
<td><p style="max-width:200px">${v.desc}</p></td>

0 commit comments

Comments
 (0)