fix: 修复home页面代码规范问题

- 修复bounces属性的布尔值写法
This commit is contained in:
imeepos 2025-09-04 14:54:55 +08:00
parent bdb0fec184
commit c198b542a6
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export default function Home() {
enhanced
showScrollbar={false}
enablePassive
bounces={true}
bounces
scrollWithAnimation={false}
refresherEnabled
refresherTriggered={refreshing}