feat: 更新Podfile和Podfile.lock,添加最新动态API文档和相关功能

- 在Podfile中添加Alamofire依赖,并更新Podfile.lock以反映更改。
- 新增动态内容API文档,详细描述`dynamic/square/latestDynamics`接口的请求参数、响应数据结构及示例。
- 实现动态内容的模型和API请求结构,支持获取最新动态列表。
- 更新FeedView和HomeView以集成动态内容展示,增强用户体验。
- 添加动态卡片组件,展示用户动态信息及互动功能。
This commit is contained in:
edwinQQQ
2025-07-11 20:18:24 +08:00
parent f9f3dec53f
commit 12bb4a5f8c
11 changed files with 1207 additions and 56 deletions

View File

@@ -16,7 +16,7 @@ target 'yana' do
# pod 'NELocalConversationUIKit', '10.6.1' # 本地会话列表组件。
# Networks
# pod 'Alamofire'
pod 'Alamofire'
end
post_install do |installer|