fix(routes/hrbust/jwzx): fix img was accidently removed (#18122)

This commit is contained in:
cnk 2025-01-14 23:25:17 +08:00 committed by GitHub
parent 1504ee3c63
commit 1d7b470fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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