From 7cf896215c5fa99c88fb4b53293296d6e124e5f2 Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 13 Jan 2026 16:12:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=20Toast=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4=E4=BB=8E=202?= =?UTF-8?q?=E7=A7=92=20=E5=88=B0=204=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ui/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Toast.tsx b/components/ui/Toast.tsx index 0d86a75..689017d 100644 --- a/components/ui/Toast.tsx +++ b/components/ui/Toast.tsx @@ -66,7 +66,7 @@ const Toast = (function () { let toastTimer: number | null = null const show = (params?: ShowParams): void => { - const { renderContent, title, duration = 2000, hideBackdrop = true } = params || {} + const { renderContent, title, duration = 4000, hideBackdrop = true } = params || {} hide() const renderBody = (): ReactNode => {