Commit Graph

6 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
171c54e29b chore: 更新 repository 为 Gitea SSH(8022)
Made-with: Cursor
2026-04-03 20:42:45 +08:00
1ffe2fa39e chore: 使用 lint-staged 配置提交前校验
Made-with: Cursor
2026-04-03 20:30:47 +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