mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
parent
ef8366be66
commit
3bfc93fd4e
@ -218,7 +218,9 @@ const bili_client = {
|
||||
items = data.items || [];
|
||||
log.info('获取一页回复', `成功(${items.length})`);
|
||||
return items
|
||||
.filter(it => it.item.type === 'reply')
|
||||
.filter(it => it.item !== undefined
|
||||
&& it.user !== undefined
|
||||
&& it.reply_time !== undefined)
|
||||
.map(it => {
|
||||
return {
|
||||
nickname: it.user.nickname,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user