From 36d861750d3e0ca5162fd31c26caa3ab36bcdf9d Mon Sep 17 00:00:00 2001 From: Oddcc Date: Sat, 27 Nov 2021 16:06:43 +0800 Subject: [PATCH] feat(route): jandan use the origin gif instead the thumbs (#8406) --- lib/routes/jandan/pic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/jandan/pic.js b/lib/routes/jandan/pic.js index 000d471ca..69a70c318 100644 --- a/lib/routes/jandan/pic.js +++ b/lib/routes/jandan/pic.js @@ -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(),