feat(route): jandan use the origin gif instead the thumbs (#8406)
This commit is contained in:
parent
50751bec67
commit
36d861750d
|
|
@ -81,7 +81,7 @@ module.exports = async (ctx) => {
|
|||
author,
|
||||
pubDate: parseRelativeDate(timeInfo),
|
||||
guid: id,
|
||||
description: comment.find('.text > p').html(),
|
||||
description: comment.find('.text > p').html().replace('thumb180', 'large').replace('mw1024', 'large'),
|
||||
};
|
||||
})
|
||||
.get(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue