xfy 996d8c104f 修复点击"今天"按钮无动画:scrollToPage 改为 animateScrollToPage
LaunchedEffect(selectedDate) 用无动画的 scrollToPage 抢先跳转,
导致 onToday 里的 animateScrollToPage 被取消。统一由
LaunchedEffect 处理滚动,onToday 只需 selectDate。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 15:43:09 +08:00
..