parent
68b5e7f1ed
commit
718686fabc
|
|
@ -76,6 +76,11 @@ module.exports = async (ctx) => {
|
|||
description = detail.description.replace(/\n|\r/g, '<br>');
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue