diff --git a/routes/pixiv/user.js b/routes/pixiv/user.js index cc7da5ad0..2fdcb5743 100644 --- a/routes/pixiv/user.js +++ b/routes/pixiv/user.js @@ -136,10 +136,10 @@ module.exports = async (ctx) => { item: illusts.map((illust) => { const images = []; if (illust.page_count === 1) { - images.push(`

`); + images.push(`

`); } else { for (let i = 0; i < illust.page_count; i++) { - images.push(`

`); + images.push(`

`); } } return {