mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
chore: 增大tag下的搜索范围
This commit is contained in:
parent
e0c89fd1bd
commit
44f1809d90
@ -185,7 +185,7 @@ class Public {
|
||||
console.log(`开始获取带话题#${tag_name}#的动态信息`);
|
||||
let mDRdata = modDR.modifyDynamicResArray; /* 热门动态 */
|
||||
let next_offset = modDR.nextinfo.next_offset;
|
||||
for (let index = 0; index < 3; index++) {
|
||||
for (let index = 0; index < 6; index++) {
|
||||
const newdy = await BiliAPI.getOneDynamicInfoByTag(tag_name, next_offset);
|
||||
const _modify = self.modifyDynamicRes(newdy);
|
||||
if (_modify === null) return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user