Skip to content

Commit

Permalink
fix pixiv link, close #38
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Apr 20, 2018
1 parent ec37055 commit 47fb9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/pixiv/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ module.exports = async (ctx) => {
const username = illusts[0].user.name

ctx.body = art(path.resolve(__dirname, '../../views/rss.art'), {
title: `${username} ηš„ Pixiv εŠ¨ζ€`,
link: `https://music.163.com/#/playlist?id=${id}`,
description: `${username} ηš„ Pixiv ζœ€ζ–°εŠ¨ζ€`,
title: `${username} ηš„ pixiv εŠ¨ζ€`,
link: `https://www.pixiv.net/member.php?id=${id}`,
description: `${username} ηš„ pixiv ζœ€ζ–°εŠ¨ζ€`,
lastBuildDate: new Date().toUTCString(),
item: illusts.map((illust) => {
const images = [];
Expand Down

0 comments on commit 47fb9bc

Please sign in to comment.