ForcePilot/web/src/components
Wenjie Zhang ba2d0d0007 fix(db): 使用asyncio.shield确保数据库连接正确关闭
1. 简化对话状态重置逻辑并移除冗余代码
2. 重构聊天路由的数据库会话管理
2025-12-19 02:22:29 +08:00
..
dashboard refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
modals feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
ToolCallingResult fix: 增强知识图谱结果判断逻辑 2025-11-10 09:17:06 +08:00
AgentChatComponent.vue fix(db): 使用asyncio.shield确保数据库连接正确关闭 2025-12-19 02:22:29 +08:00
AgentConfigSidebar.vue feat(database): 实现同名文件检测与MinIO存储支持 2025-12-07 23:38:20 +08:00
AgentMessageComponent.vue refactor(component): 优化UI样式和工具参数显示逻辑 2025-12-17 23:39:53 +08:00
AgentPopover.vue refactor(component): 优化UI样式和工具参数显示逻辑 2025-12-17 23:39:53 +08:00
AiTextarea.vue style: 调整前端样式 2025-12-18 21:58:22 +08:00
AttachmentInputPanel.vue feat: 添加附件上传中间件和管理功能 2025-11-08 10:51:30 +08:00
AttachmentOptionsComponent.vue feat(docs): 更新 .env.template 文件和新增 Docker 启动问题模板 2025-11-13 18:50:42 +08:00
AttachmentStatusIndicator.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
ChatSidebarComponent.vue refactor(db): 将数据库操作迁移到异步SQLAlchemy 2025-12-04 10:11:28 +08:00
ChunkParamsConfig.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
DatabaseHeader.vue feat: AI 辅助知识库描述生成功能 2025-12-18 21:43:26 +08:00
DebugComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
EmbeddingModelSelector.vue feat(embedding): 新增 EmbeddingModelSelector 组件并替换原有选择器 2025-12-07 17:17:20 +08:00
EvaluationBenchmarks.vue feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
FileDetailModal.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
FileTable.vue fix(web): 修正按钮文本描述从"选择失败"到"选择所有失败的文件" 2025-12-18 12:21:40 +08:00
FileUploadModal.vue fix(ui): 调整任务卡片和上传模态框的样式 2025-12-19 00:41:51 +08:00
GraphCanvas.vue refactor: 优化代码格式和结构,改进错误提示信息 2025-12-16 10:28:44 +08:00
GraphDetailPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
GraphInfoPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
HeaderComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
HumanApprovalModal.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
ImagePreviewComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
KnowledgeBaseCard.vue feat: AI 辅助知识库描述生成功能 2025-12-18 21:43:26 +08:00
KnowledgeGraphSection.vue feat: 实现统一图谱适配器及前端组件重构 2025-12-15 23:25:56 +08:00
LightRAGInfoPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
LoadingComponent.vue 支持使用URL添加到知识库; 2025-05-10 10:53:14 +08:00
MarkdownContentViewer.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
MessageInputComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
MindMapSection.vue refactor(eval): 重构检索配置为弹窗并优化评估界面 2025-12-09 22:11:27 +08:00
ModelProvidersComponent.vue refactor(assets): 替换模型提供商图标为svg格式并更新样式 2025-12-17 18:28:54 +08:00
ModelSelectorComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
QuerySection.vue fix(web): 修正按钮文本描述从"选择失败"到"选择所有失败的文件" 2025-12-18 12:21:40 +08:00
RAGEvaluationTab.vue feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
RefsComponent.vue fix(db): 使用asyncio.shield确保数据库连接正确关闭 2025-12-19 02:22:29 +08:00
SearchConfigModal.vue refactor: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
StatusBar.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
TaskCenterDrawer.vue fix(ui): 调整任务卡片和上传模态框的样式 2025-12-19 00:41:51 +08:00
ThemeToggle.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
UserInfoComponent.vue feat(model-config): 添加模型手动管理功能及失效模型检测 2025-12-16 15:47:50 +08:00
UserManagementComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00