fix: styleless descriptions in biqugeinfo (#5441)
This commit is contained in:
parent
53ec35a225
commit
49aa77d360
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue