diff --git a/lib/clear.js b/lib/clear.js index 0e58bec..d1404cd 100644 --- a/lib/clear.js +++ b/lib/clear.js @@ -17,7 +17,7 @@ async function getFollowList() { log.info('获取关注列表', '未能成功获取关注分区id'); return rmup } - for (let index = 1; index < 42; index++) { + for (let index = 1; index < 100; index++) { const uids = await bili.getPartitionUID(tagid, index); await delay(get_partition_wait); if (!uids.length) break; @@ -126,4 +126,4 @@ async function clear() { } -module.exports = { clear } \ No newline at end of file +module.exports = { clear }