Update followings_dynamic.js

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

View File

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