This commit is contained in:
CrescentLeaf
2025-11-23 14:23:49 +08:00
parent f097a491ae
commit 8acf72c7bf

View File

@@ -34,6 +34,8 @@ export default function GroupMembersListItem({ user, chat }: Args) {
dialog({
headline: "移除群组成员",
description: `确定要移除 ${nickname} 吗?`,
closeOnEsc: true,
closeOnOverlayClick: true,
actions: [
{
text: "取消",