chore: 完成多模块迭代优化与依赖更新
本次提交包含多项更新: 1. 更新file_picker依赖到11.0.0-ohos.1版本 2. 清理SecureStorage、Catcher2配置冗余代码 3. 优化鸿蒙系统下HomeWidget调用方式 4. 重构编辑器导航栏图标与页面路由引用 5. 修复边框样式、简化空值判断逻辑 6. 移除冗余系统UI样式配置 7. 新增共享组件导出与自适应返回按钮 8. 批量替换路由引用为app_routes 9. 标记过时通知服务并补充注释 10. 新增引导页扫一扫功能卡片 11. 完善沉浸式状态栏配置逻辑 12. 为大量页面添加统一自适应返回按钮
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// ============================================================
|
||||
/// ============================================================
|
||||
/// 闲言APP — 倒计时页面
|
||||
/// 创建时间: 2026-05-02
|
||||
/// 更新时间: 2026-05-02
|
||||
@@ -17,6 +17,7 @@ import '../../../core/theme/app_typography.dart';
|
||||
import '../../../shared/widgets/keyboard_safe_sheet.dart';
|
||||
import '../models/countdown_models.dart';
|
||||
import '../providers/countdown_provider.dart';
|
||||
import '../../../../shared/widgets/adaptive_back_button.dart';
|
||||
|
||||
class CountdownPage extends ConsumerStatefulWidget {
|
||||
const CountdownPage({super.key});
|
||||
@@ -33,6 +34,7 @@ class _CountdownPageState extends ConsumerState<CountdownPage> {
|
||||
|
||||
return CupertinoPageScaffold(
|
||||
navigationBar: CupertinoNavigationBar(
|
||||
leading: const AdaptiveBackButton(),
|
||||
middle: Text(
|
||||
'⏰ 倒计时',
|
||||
style: AppTypography.title3.copyWith(color: ext.textPrimary),
|
||||
|
||||
Reference in New Issue
Block a user