From c5f422a464b39e9c9f33c45bcd9c46c644672fde Mon Sep 17 00:00:00 2001 From: kkfluous Date: Tue, 9 Jun 2026 13:29:03 +0800 Subject: [PATCH] chore: update mock data from April to June 2026, extend daily range to 9 days Replace all prototype data across Overall/Efficiency/Users views with June 2026 data (06/01-06/09), add fabricated entries for 06/01-06/07 alongside real 06/08-06/09 data, and make weekly trend fluctuate for better demo visuals. --- src/components/Header.tsx | 2 +- src/components/Sidebar.tsx | 4 +- src/components/views/EfficiencyView.tsx | 71 +++++++++---------- src/components/views/OverallView.tsx | 91 ++++++++++++------------- src/components/views/UsersView.tsx | 74 ++++++++++---------- 5 files changed, 117 insertions(+), 125 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 960ab00..a601794 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -27,7 +27,7 @@ export function Header({ title, onMenuClick }: { title: string; onMenuClick?: ()
- 周期: 4/18 - 4/29 最新 + 周期: 06/01 - 06/09 最新