Files
xianyan/lib/features/auth/models/user_model.dart
Developer f91be94e9c refactor: 完成项目架构重构,统一模块导入路径
- 清理大量废弃的 barrel 导出文件,移除冗余的中间导出层
- 修复所有相对路径导入错误,统一调整为扁平化模块引用
- 更新多平台 pubspec 版本号与依赖库版本
- 补充后端功能问题管理后台与脚本工具
- 调整部分页面的快捷方式文案适配新功能
- 更新部分翻译覆盖率与API文档
2026-06-12 08:53:57 +08:00

10 lines
439 B
Dart
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/// ============================================================
/// 闲言APP — 用户数据模型Re-export
/// 创建时间: 2026-04-28
/// 更新时间: 2026-06-12
/// 作用: 重新导出 core/models/user_model.dart保持现有导入者兼容
/// 上次更新: 实际定义已移至 core/models/user_model.dart
/// ============================================================
export '../../../core/models/user_model.dart';