Skip to content

Commit

Permalink
fix(route): Fix thumbnail of 新快报 (DIYgod#12163)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWu007 authored Mar 23, 2023
1 parent 142d307 commit d455801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/v2/xkb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = async (ctx) => {
.map((item) => ({
title: item.listTitle,
description: art(path.join(__dirname, 'templates/description.art'), {
thumb: item.metaInfo.thumbnails[0],
thumb: item.shareImg,
}),
pubDate: timezone(parseDate(item.operTime), +8),
link: 'https://www.xkb.com.cn/#/detail?id=' + item.id,
Expand Down

0 comments on commit d455801

Please sign in to comment.