fix(routes/hrbust/jwzx): fix img was accidently removed (#18122)
This commit is contained in:
parent
1504ee3c63
commit
1d7b470fa9
|
|
@ -76,7 +76,6 @@ async function handler(ctx) {
|
|||
const body = $('div.body');
|
||||
body.find('[style]').removeAttr('style');
|
||||
body.find('font').contents().unwrap();
|
||||
body.find(':empty').remove();
|
||||
body.html(body.html()?.replaceAll(' ', ''));
|
||||
body.find('[align]').removeAttr('align');
|
||||
item.description = body.html();
|
||||
|
|
|
|||
Loading…
Reference in New Issue