Update followings_dynamic.js

This commit is contained in:
小虎故洞
2021-02-08 20:49:32 +08:00
committed by GitHub
parent e309d4f5be
commit d60fc51827

View File

@@ -116,10 +116,9 @@ module.exports = async (ctx) => {
});
}
// 作者信息
let author = item.desc.user_profile.info.uname;
if (!item.desc.user_profile) {
author = "哔哩哔哩番剧";
}
let author = "哔哩哔哩番剧"
if (item.desc.user_profile) {
author = item.desc.user_profile.info.uname;}
return {