From c198b542a6fd1cee5f53f4d833866491a9d5670f Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 4 Sep 2025 14:54:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dhome=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复bounces属性的布尔值写法 --- src/pages/home/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index f6faca2..dcb808c 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -181,7 +181,7 @@ export default function Home() { enhanced showScrollbar={false} enablePassive - bounces={true} + bounces scrollWithAnimation={false} refresherEnabled refresherTriggered={refreshing}