diff --git a/lib/routes/novel/biqugeinfo.js b/lib/routes/novel/biqugeinfo.js index 44fcb52d8..5e82489e1 100644 --- a/lib/routes/novel/biqugeinfo.js +++ b/lib/routes/novel/biqugeinfo.js @@ -48,7 +48,7 @@ module.exports = async (ctx) => { const responseHtml = iconv.decode(response.data, 'utf-8'); const $ = cheerio.load(responseHtml); - const description = $('#content').text(); + const description = $('#content').html(); const single = { title: item.title,