feat: 完善MomentListHomePage功能及视图优化

- 在MomentListHomePage中实现完整的动态列表显示,支持下拉刷新和上拉加载更多功能。
- 使用LazyVStack优化列表渲染性能,确保流畅的用户体验。
- 增强MomentListHomeViewModel,添加分页相关属性和方法,优化数据加载逻辑。
- 更新API请求逻辑,支持动态加载和状态管理,提升用户交互体验。
- 添加详细的调试信息和测试建议,确保功能完整性和代码质量。
This commit is contained in:
edwinQQQ
2025-08-06 18:59:23 +08:00
parent de4428e8a1
commit c5c9968725
4 changed files with 323 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ alwaysApply: true
* Use Swift's latest features and protocol-oriented programming
* Prefer value types (structs) over classes
* Use MVVM architecture with SwiftUI
* Use Swift Combine
* Follow Apple's Human Interface Guidelines
## Naming