Update followings_dynamic.js

This commit is contained in:
小虎故洞
2021-02-08 20:21:32 +08:00
committed by GitHub
parent 4e22454ffd
commit 7a43db0746

View File

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