* opt: dataStatus

* tweaks

* opt: ui

* update

Signed-off-by: dom <githubaccount56556@proton.me>

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2026-02-06 14:25:45 +08:00
committed by GitHub
parent 32386bf146
commit 7ab2cf973f
12 changed files with 85 additions and 73 deletions

View File

@@ -25,9 +25,9 @@ class PlDanmakuController {
late final _isLogin = Accounts.main.isLogin;
final Map<int, List<DanmakuElem>> _dmSegMap = {};
final Map<int, List<DanmakuElem>> _dmSegMap = HashMap();
// 已请求的段落标记
late final Set<int> _requestedSeg = {};
late final Set<int> _requestedSeg = HashSet();
static const int segmentLength = 60 * 6 * 1000;