parent
0de8c5f382
commit
2f2228af55
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue