mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
Update followings_dynamic.js
This commit is contained in:
@@ -117,7 +117,7 @@ module.exports = async (ctx) => {
|
||||
}
|
||||
// 作者信息
|
||||
if (!item.desc.user_profile) {
|
||||
var author = "哔哩哔哩番剧";
|
||||
let author = "哔哩哔哩番剧";
|
||||
} else {author = item.desc.user_profile.info.uname;}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user