From 15f8e91cb97543f99ab9882f61fa916f83f3f5ce Mon Sep 17 00:00:00 2001 From: al Date: Tue, 21 Jan 2025 17:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BottomNav/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BottomNav/index.js b/components/BottomNav/index.js index 7345f3d..33b4136 100644 --- a/components/BottomNav/index.js +++ b/components/BottomNav/index.js @@ -132,7 +132,7 @@ function BottomNav({ changeNoticeCount, changeInviter, noticeCount }) { ), position: "top", - duration: 1000000, + duration: 5000, }); } };