From a6ee231ad5582ef4678e7be40a75433f5ba42ab4 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Thu, 25 Sep 2025 11:35:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A2=E6=88=B6=E7=AB=AF=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=87=AA=E5=B7=B1=E7=9A=84=E7=94=A8=E6=88=B6=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/dialog/UserProfileDialog.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/client/ui/dialog/UserProfileDialog.tsx b/client/ui/dialog/UserProfileDialog.tsx index 45ae519..b508035 100644 --- a/client/ui/dialog/UserProfileDialog.tsx +++ b/client/ui/dialog/UserProfileDialog.tsx @@ -71,8 +71,17 @@ export default function UserProfileDialog({ { isMySelf && <> userProfileEditDialogRef.current!.open = true}>編輯資料 + {/* 賬號設定 隱私設定 + */} + + dialog({ + + })}>退出登錄 } @@ -102,10 +111,13 @@ export default function UserProfileDialog({ - + { + e.target.select() + e.target.setSelectRange(0, 1145141919810) + }}> + userProfileEditDialogRef.current!.open = false}>取消 {