From 296804a4da93305ef198bf8242a184887d1b5cef Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 29 Jun 2020 01:14:59 +0800 Subject: [PATCH] feat: bigger zimuzu img --- docs/multimedia.md | 2 +- lib/routes/zimuzu/top.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multimedia.md b/docs/multimedia.md index e489d07e0..382ec7589 100644 --- a/docs/multimedia.md +++ b/docs/multimedia.md @@ -553,7 +553,7 @@ pageClass: routes ### 排行榜 - + 例如,路由 `/zimuzu/top/week/movie` 应该输出 的排行榜单 diff --git a/lib/routes/zimuzu/top.js b/lib/routes/zimuzu/top.js index 46507c21e..babd83b00 100644 --- a/lib/routes/zimuzu/top.js +++ b/lib/routes/zimuzu/top.js @@ -18,7 +18,7 @@ module.exports = async (ctx) => { item = $(item); return { title: item.find('.info a').first().text(), - description: item.find('.info p').first().html() + ``, + description: item.find('.info p').first().html() + '
' + item.find('.a1 p').html() + '
' + ``, link: item.find('.info a').first().attr('href'), }; })