mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix regex & use set in uid (#296)
* fix regex count & use set in uid * fix regex
This commit is contained in:
committed by
GitHub
parent
1cd8d4913d
commit
cc1951c721
@@ -1150,7 +1150,7 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
arguments: widget.controller)
|
||||
},
|
||||
child: Text(
|
||||
"屏蔽管理(${widget.controller.danmakuFilterRule.length + (widget.controller.dmRegExp?.pattern.split('|').length ?? 0)})")),
|
||||
"屏蔽管理(${widget.controller.filterCount})")),
|
||||
],
|
||||
),
|
||||
Padding(
|
||||
|
||||
Reference in New Issue
Block a user