0e43b5c262
修复AI问答页面发送按钮尺寸,与用户管理页面保持一致。 改动点: - 为发送按钮添加 size="small" 属性(第407行) 测试结果: - ✅ ESLint检查通过 关于嵌套Card布局的说明: AI问答页面保留嵌套Card结构是基于功能需求: 1. 左栏"对话列表"和右栏"AI对话"需要独立的标题和滚动控制 2. 双栏并列展示是聊天界面的标准交互模式 3. 嵌套Card提供了清晰的视觉边界和功能分区 这与用户管理页面的单栏表格/列表布局属于不同的交互场景, 不应强制统一为扁平化布局。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
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.