|
@@ -8,7 +8,6 @@ import '../../shared/widgets/form_field_row.dart';
|
|
|
import 'announcement_model.dart';
|
|
import 'announcement_model.dart';
|
|
|
|
|
|
|
|
final announcementDetailProvider = FutureProvider.autoDispose.family<AnnouncementModel, String>((ref, id) async {
|
|
final announcementDetailProvider = FutureProvider.autoDispose.family<AnnouncementModel, String>((ref, id) async {
|
|
|
- await Future.delayed(const Duration(milliseconds: 300));
|
|
|
|
|
return AnnouncementModel(
|
|
return AnnouncementModel(
|
|
|
id: id,
|
|
id: id,
|
|
|
title: '关于2026年端午节放假安排的通知',
|
|
title: '关于2026年端午节放假安排的通知',
|