refactor: 完成项目架构重构,统一模块导入路径
- 清理大量废弃的 barrel 导出文件,移除冗余的中间导出层 - 修复所有相对路径导入错误,统一调整为扁平化模块引用 - 更新多平台 pubspec 版本号与依赖库版本 - 补充后端功能问题管理后台与脚本工具 - 调整部分页面的快捷方式文案适配新功能 - 更新部分翻译覆盖率与API文档
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/// ============================================================
|
||||
/// 闲言APP — 纠错状态管理
|
||||
/// 创建时间: 2026-04-28
|
||||
/// 更新时间: 2026-06-01
|
||||
/// 更新时间: 2026-06-12
|
||||
/// 作用: 纠错提交功能状态管理
|
||||
/// 上次更新: 支持未登录用户提交(邮箱选填)、isAnonymous参数
|
||||
/// 上次更新: 从 providers/ 子目录移至 correction 模块根目录
|
||||
/// ============================================================
|
||||
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
@@ -21,7 +21,7 @@ import '../../../shared/widgets/adaptive/adaptive_back_button.dart';
|
||||
import '../../../shared/widgets/containers/glass_container.dart';
|
||||
import '../../../shared/widgets/feedback/app_toast.dart';
|
||||
import '../../../shared/widgets/feedback/contact_email_sheet.dart';
|
||||
import '../providers/correction_provider.dart';
|
||||
import '../correction_provider.dart';
|
||||
import '../../../core/services/device/haptic_service.dart';
|
||||
|
||||
class CorrectionPage extends ConsumerStatefulWidget {
|
||||
|
||||
Reference in New Issue
Block a user