feat(route): jandan use the origin gif instead the thumbs (#8406)

This commit is contained in:
Oddcc 2021-11-27 16:06:43 +08:00 committed by GitHub
parent 50751bec67
commit 36d861750d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(),