This commit is contained in:
Awater 2019-03-23 20:20:40 +08:00 committed by DIYgod
parent 0de8c5f382
commit 2f2228af55
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module.exports = async (ctx) => {
link = `https://t.bilibili.com/${item.desc.dynamic_id}`;
}
const getDes = (data) => data.desc || data.description || data.content || data.summary || (data.vest && data.vest.content) + (data.sketch && data.sketch.title);
const getDes = (data) => data.desc || data.description || data.content || data.summary || (data.vest && data.vest.content) + (data.sketch && data.sketch.title) || data.intro;
return {
title: data.title || data.description || data.content || (data.vest && data.vest.content),