feat: adjust reach bottom distance

This commit is contained in:
hakadao
2024-04-18 21:05:22 +08:00
parent f796a38985
commit 8ada69274b

View File

@@ -236,7 +236,7 @@ function handleOsScroll() {
else
showTopBarMask.value = true
if (clientHeight + scrollTop >= scrollHeight - 20)
if (clientHeight + scrollTop >= scrollHeight - 150)
handleThrottledReachBottom()
if (isHomePage())