From f5499e1e767377262eee1d8940b55299445ae918 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 22 Apr 2025 15:47:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=82=AC=E6=B5=AE=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E5=92=8C=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E4=B8=8D=E5=90=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AuthApp.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/AuthApp.jsx b/src/views/AuthApp.jsx index d8a2fe2..b577ef2 100644 --- a/src/views/AuthApp.jsx +++ b/src/views/AuthApp.jsx @@ -120,6 +120,8 @@ function AuthApp() { ) !== null const floatButtonLineEnd = isMobileApp ? 0 : 24 + const floatTrigger = isMobileApp ? 'click' : null + useEffect(() => { if (needToLogin) { @@ -147,7 +149,7 @@ function AuthApp() {