mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
tweaks (#1826)
* 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:
committed by
GitHub
parent
32386bf146
commit
7ab2cf973f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user