From 2208a2d2926728d2e2a505603ac93d38457c43e3 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 13 Sep 2025 13:02:50 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E8=AA=BF=E6=95=B4=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A0=AD=E5=83=8F=20snackbar=20=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/dialog/UserProfileDialog.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/ui/dialog/UserProfileDialog.tsx b/client/ui/dialog/UserProfileDialog.tsx index 4f76636..2608be6 100644 --- a/client/ui/dialog/UserProfileDialog.tsx +++ b/client/ui/dialog/UserProfileDialog.tsx @@ -34,7 +34,8 @@ export default function UserProfileDialog({ if (checkApiSuccessOrSncakbar(re, "修改失敗")) return snackbar({ - message: "修改成功 (刷新頁面以更新)" + message: "修改成功 (刷新頁面以更新)", + placement: "top", }) })