Update followings_dynamic.js

This commit is contained in:
小虎故洞
2021-02-08 20:32:36 +08:00
committed by GitHub
parent 62a6c3d015
commit 14dfa4940c

View File

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