Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-23 17:45:23 +08:00
parent 0957dfc66e
commit 2220372e4f
43 changed files with 99 additions and 96 deletions

View File

@@ -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,