Skip to content

Commit

Permalink
feat(route): jandan use the origin gif instead the thumbs (#8406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddcc authored Nov 27, 2021
1 parent 50751be commit 36d8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/jandan/pic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 36d8617

Please sign in to comment.