使用第一张缩略图替换默认图片
将原代码中的
<div class="img"><a href="{$related.Url}"><img class="lazy" data-original="https://kaoshi.chengyucd.com/zb_users/upload/2022/07/202207211658389090640217.png" alt="{$related.Title}"></a>
改为
<div class='img'><a href='{$related.Url}'><img class='lazy' data-original='{$related.Thumbnails[0].Url}' alt='{$related.Title}'></a>
即可使用第一张缩略图替换默认图片。
原文地址: https://www.cveoy.top/t/topic/qzxw 著作权归作者所有。请勿转载和采集!