- 删除了由 RetrofitGenerator 生成的 _HomeApi 类实现 - 清理了不再使用的 Dio 请求封装逻辑 - 移除了过时的错误日志记录机制 chore(deps): 更新 pubspec.lock 中所有依赖源地址 - 将所有依赖包的下载源从 pub.dev 更改为 pub.flutter-io.cn - 提升国内构建速度和稳定性 - 确保依赖解析的一致性 fix(live): 修正礼物弹窗用户 ID 类型不一致问题 - 统一 targetUserId 参数类型为 int? - 修改 _selectedUserId 变量类型为 int? - 调整 _toggleUserSelection 方法参数类型 - 更新用户选中状态判断条件 - 优化空值处理逻辑避免运行时异常 - 修复展示用户列表时 uid 使用错误问题