mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 补全弹幕关键词过滤
This commit is contained in:
@@ -774,8 +774,13 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
minimumSize: Size.zero,
|
||||
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||
),
|
||||
onPressed: () => Get.toNamed('/danmakuBlock'),
|
||||
child: const Text("屏蔽管理"))
|
||||
onPressed: () => {
|
||||
Get.back(),
|
||||
Get.toNamed('/danmakuBlock',
|
||||
arguments: widget.controller)
|
||||
},
|
||||
child: Text(
|
||||
"屏蔽管理(${widget.controller!.danmakuFilterRule.value.length})")),
|
||||
],
|
||||
),
|
||||
Padding(
|
||||
|
||||
Reference in New Issue
Block a user