Files
AIPortPilot/frontend
selfrelease 53ae2059c5 feat(frontend): AI 组件 + 创始人月报 + 健康度图表 + Copilot 浮动窗口
- 健康度图表:HealthRadar(雷达图)+ HealthGauge(仪表盘)+ HealthTrend(趋势)
- 驾驶舱组件:HealthDistribution + RiskSummary
- AI Copilot:浮动对话窗口(SSE 流式接收)
- 创始人月报提交页:表单 + 企业选择 + 年月选择
- 投资人月报 AI 解析页:SSE 流式输出 + 健康度雷达图 + 风险检测结果
- 前端构建 14 路由成功
2026-07-18 22:19:43 +08:00
..

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.