fix(route): freewechat (#15179)
This commit is contained in:
parent
15476262c8
commit
a0ea082fad
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue