From 0ef36294bc1c7ba66412a698296c9325e248b626 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 18 Jun 2025 16:54:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=8B=E8=AF=95bug1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index ed659c9..b16991f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -53,6 +53,7 @@ function App() { Toast.show({ content: datagram.data, position: 'bottom', + duration: 5000 }) } });