|
|
bce8b9240b
|
feat: 优化 Chat 页面和 Agents 页面
- 优化 Chat 页面交互和消息显示
- 增强 Agents 页面功能
- 改进 ChatAgentSelector 组件
- 优化 ChatMessage 和 ChatSidebar 组件
- 更新聊天逻辑 useAgents 和 chat 模块
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-15 19:48:42 +08:00 |
|
|
|
ecb6be6463
|
feat: 更新 Web 前端页面
- 更新 Agents、Chat、Settings 等页面
- 新增 ModelAPIs 页面
- 更新各个模块的 composables
- 更新 vite 配置和依赖版本
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 21:29:01 +08:00 |
|
|
|
4045dad903
|
refactor: Agents页面重构为独立模块
- 新增 web/src/views/agents/useAgents.ts: Agents页面的组合式函数
- 新增 web/src/views/agents/agents.css: Agents页面样式文件
- 精简 web/src/views/Agents.vue: 保留主入口,引用新的模块
将Agents页面的逻辑拆分为独立的TS文件和CSS文件,提升代码可维护性
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 08:32:08 +08:00 |
|