feat: 🎸 重新封装了滚动加载/解决了一个引用bug

This commit is contained in:
2025-08-21 13:37:27 +08:00
parent 52572dfdeb
commit 916d210290
3 changed files with 63 additions and 36 deletions

View File

@@ -72,7 +72,6 @@ const ProjectLibrary = () => {
<InfiniteScroll
loadMore={fetchProjects}
hasMore={hasMore}
threshold={100}
empty={projectList.length === 0}
className="user-portfolio-list"
>