// File: frontend/app/page.tsx // Description: 应用主页 (根路径 '/') export default function HomePage() { return (

欢迎来到 CherryAI 🍒

请从左侧导航选择功能开始使用。

); }