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

@@ -81,8 +81,8 @@ class _WhisperBlockPageState extends State<WhisperBlockPage> {
onTap: (keyword) {
showConfirmDialog(
context: context,
title: '删除屏蔽词?',
content: '该屏蔽词将不再生效',
title: const Text('删除屏蔽词?'),
content: const Text('该屏蔽词将不再生效'),
onConfirm: () => _controller.onRemove(e),
);
},