docs: finalize navigation decoupling and unified cache rollout

This commit is contained in:
qzl
2026-03-20 15:46:24 +08:00
parent 20f3285244
commit 3f1858d733
3 changed files with 35 additions and 6 deletions
@@ -47,7 +47,7 @@ void main() {
remoteCalls += 1;
return const <ScheduleItemModel>[];
},
loadMonthFromRemote: (_, __) async => const <ScheduleItemModel>[],
loadMonthFromRemote: (start, end) async => const <ScheduleItemModel>[],
);
final result = await repository.getDayEvents(date);