mod: 优化弹幕请求

This commit is contained in:
guozhigq
2023-10-29 00:03:57 +08:00
parent e01292a8f9
commit fd4eb0fad1
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,8 @@ class PlDanmakuController {
// 按 6min 分段
int segCount = 0;
List<DmSegMobileReply> dmSegList = [];
// 已请求的段落标记
List<int> hasrequestSeg = [];
int currentSegIndex = 1;
int currentDmIndex = 0;