Commit Graph

13 Commits

Author SHA1 Message Date
056c3e648f ui: 抽离流式消息渲染组件并增强富文本显示;
All checks were successful
CI / build (push) Successful in 2m12s
将助手消息渲染从页面内联逻辑拆分为独立组件,接入 Markdown/GFM、代码高亮与公式渲染,提升流式输出在表格、代码块等主流格式下的展示能力。

Made-with: Cursor
2026-04-16 02:11:54 +08:00
038dc5e918 ui: 接入千问流式聊天并增强请求稳定性;
All checks were successful
CI / build (push) Successful in 1m52s
将首页从 mock 数据切换为真实流式会话,统一 API 网络层并支持 SSE 增量解析、超时与断线重试,提升前端在跨域代理和网络抖动场景下的可用性。

Made-with: Cursor
2026-04-15 23:03:54 +08:00
f46b50fc1e ui: 优化样式;
All checks were successful
CI / build (push) Successful in 2m17s
2026-04-13 14:18:33 +08:00
b1fb19f404 ui: 新增logo;
All checks were successful
CI / build (push) Successful in 2m19s
2026-04-13 00:50:51 +08:00
d179cd53be ci: 调用 platform/workflow 公共工作流并精简注释
All checks were successful
CI / build (push) Successful in 2m17s
ui: 首页对齐 DeepSeek 式布局(侧栏、消息气泡、思考折叠、输入区胶囊与发送按钮)
Made-with: Cursor
2026-04-12 21:24:12 +08:00
f2a23308b0 feat: 修改聊天按钮;
All checks were successful
CI / build (push) Successful in 1m43s
2026-04-11 03:03:27 +08:00
c490bd6f76 style: 测试; 2026-04-03 21:18:27 +08:00
cd143d9541 style: 测试 2026-04-03 21:17:42 +08:00
fa801fe273 style: 测试代码校验 2026-04-03 21:17:04 +08:00
c206eb8132 chore: 更新 pre-commit 针对 Node 环境的检查和 lint-staged 执行
- 增加 Node 环境检查,确保在提交前 Node 可用
- 更新 lint-staged 执行方式以适应新的环境设置
- 清理 index.tsx 文件中的多余空行
2026-04-03 21:13:29 +08:00
5594ab0b8c style: 测试eslint 2026-04-03 20:18:22 +08:00
7eed1ad5c6 chore: 增加代码规范和提交校验
Made-with: Cursor
2026-04-03 16:23:35 +08:00
e48462cf4a feat: 初始化 Vite React 聊天应用骨架
搭建 React + Vite + React Router + TailwindCSS + Ant Design 基础工程,并通过 vite-plugin-pages 实现文件路由。新增首页响应式聊天布局,移动端在小于 750px 时使用左侧抽屉侧边栏。

Made-with: Cursor
2026-04-01 01:51:04 +08:00