- 删除 ChatSidebarComponent.vue (627行) - 新增 ConversationNavSection.vue (316行) 实现对话历史导航 - 新增 chatThreads store 管理对话线程状态 - 重构 AppLayout.vue 使用新的侧边栏架构 - 优化 UserInfoComponent 头像加载逻辑与降级处理 - 更新 AgentArtifactsCard 移除未使用的 Eye 图标 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| vite.config.js | ||