diff --git a/lib/routes/zhihu/activities.js b/lib/routes/zhihu/activities.js index 020eb8b5a..fb9b840c6 100644 --- a/lib/routes/zhihu/activities.js +++ b/lib/routes/zhihu/activities.js @@ -76,6 +76,11 @@ module.exports = async (ctx) => { description = detail.description.replace(/\n|\r/g, '
'); url = `https://www.zhihu.com/lives/${detail.id}`; break; + case 'roundtable': + title = detail.name; + description = detail.description; + url = `https://www.zhihu.com/roundtable/${detail.id}`; + break; } return {