ForcePilot/web
Wenjie Zhang a7d3c0ba2e refactor(chat): 重构聊天侧边栏为 ConversationNavSection
- 删除 ChatSidebarComponent.vue (627行)
- 新增 ConversationNavSection.vue (316行) 实现对话历史导航
- 新增 chatThreads store 管理对话线程状态
- 重构 AppLayout.vue 使用新的侧边栏架构
- 优化 UserInfoComponent 头像加载逻辑与降级处理
- 更新 AgentArtifactsCard 移除未使用的 Eye 图标
2026-04-24 22:44:37 +08:00
..
public feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
src refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
.gitignore refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
eslint.config.js refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json Merge pull request #652 from Flying-Henanese/feat/add-semantic-chunking 2026-04-24 19:41:48 +08:00
pnpm-lock.yaml fix: 升级前端传递依赖以修复高危漏洞 2026-04-07 09:20:42 +00:00
vite.config.js style(lint): 优化格式 2026-03-26 13:53:35 +08:00