mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -176,7 +176,7 @@ class _LiveDmBlockPageState extends State<LiveDmBlockPage> {
|
||||
text: item is ShieldUserList ? item.uname! : item as String,
|
||||
onTap: (value) => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除该规则?',
|
||||
title: const Text('确定删除该规则?'),
|
||||
onConfirm: () => _controller.onRemove(e.$1, item),
|
||||
),
|
||||
);
|
||||
@@ -348,7 +348,7 @@ class _LiveDmBlockPageState extends State<LiveDmBlockPage> {
|
||||
String value = '';
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '${isKeyword ? '关键词' : '用户'}屏蔽',
|
||||
title: Text('${isKeyword ? '关键词' : '用户'}屏蔽'),
|
||||
content: TextFormField(
|
||||
autofocus: true,
|
||||
initialValue: value,
|
||||
|
||||
Reference in New Issue
Block a user