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.
The previous top tab strip ate vertical space and didn't match the
desktop sidebar UX. Add a Menu button next to the title (mobile only)
that slides the existing Sidebar in from the left as a drawer, with a
backdrop, scroll lock, and auto-close on selection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sidebar was hidden on mobile with no fallback, so users were stuck on
the default view. Add a horizontal tab strip under the header for
mobile viewports and drop the "后台系统设置" button which had no handler
or matching view.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sets up the basic project files and dependencies for an AI Studio application. Includes README, `.env.example`, `.gitignore`, basic HTML structure, metadata, `package.json`, Vite configuration, and initial React component setup. This commit provides the foundation for running and deploying the AI Studio app locally.