mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix(route): freewechat (#15179)
This commit is contained in:
@@ -65,7 +65,7 @@ async function handler(ctx) {
|
||||
$('.js_img_placeholder').remove();
|
||||
$('amp-img').each((_, e) => {
|
||||
e = $(e);
|
||||
e.replaceWith(`<img src="${new URL(e.attr('src'), response.url).href}" width="${e.attr('width')}" height="${e.attr('height')}" decoding="async">`);
|
||||
e.replaceWith(`<img src="${new URL(e.attr('src'), item.link).href}" width="${e.attr('width')}" height="${e.attr('height')}" decoding="async">`);
|
||||
});
|
||||
$('amp-video').each((_, e) => {
|
||||
e = $(e);
|
||||
|
||||
Reference in New Issue
Block a user