ForcePilot/web/src/components
2026-05-25 21:08:37 +08:00
..
common feat(web): 添加 SVG 操作按钮(复制 SVG 源码/复制为 PNG)及事件委托 2026-05-25 21:08:37 +08:00
dashboard feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
extensions feat: 视觉优化,修复样式问题 2026-05-14 20:43:40 +08:00
modals feat: 优化评估基准生成,支持仅使用 commonrag/Milvus 知识库,调整参数配置 2026-05-06 22:12:09 +08:00
shared fix(web): 修复 MCP 卡片图标类型警告 2026-05-10 18:50:16 +08:00
sources refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
ToolCallingResult refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
workspace fix(workspace): 修复面包屑路径逻辑,确保当前路径正常化;优化预览文件下载和调整功能 2026-05-04 08:24:25 +08:00
AgentArtifactsCard.vue refactor(models): 重构模型配置[WIP] 2026-04-25 23:58:01 +08:00
AgentChatComponent.vue feat(agent): 更新代理面板和输入区域,优化状态管理和界面交互 2026-05-12 15:26:48 +08:00
AgentConfigSidebar.vue feat(agent): 默认启用可访问知识库 2026-05-12 13:40:44 +08:00
AgentFilePreview.vue fix(workspace): 修复 Markdown 预览和编辑 2026-05-12 14:30:28 +08:00
AgentInputArea.vue feat(agent): 更新代理面板和输入区域,优化状态管理和界面交互 2026-05-12 15:26:48 +08:00
AgentMessageComponent.vue refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
AgentPanel.vue feat(agent): 更新代理面板和输入区域,优化状态管理和界面交互 2026-05-12 15:26:48 +08:00
AiTextarea.vue refactor: 重构组件和样式以改善UI/UX 2026-01-15 04:54:53 +08:00
ApiKeyManagementComponent.vue feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
AttachmentOptionsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
BasicSettingsSection.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ChunkParamsConfig.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
ConversationNavSection.vue feat(workspace): 增强工作区功能,处理符号链接和非 UTF-8 文本文件的预览支持 2026-05-04 08:18:37 +08:00
DatabaseHeader.vue style: 格式化导入语句,提升代码可读性 2026-05-04 08:25:23 +08:00
DebugComponent.vue feat: 添加默认查询参数提取功能,优化知识库检索配置加载 2026-05-06 23:09:45 +08:00
DepartmentManagementComponent.vue fix: 调整部门删除逻辑,迁移用户至默认部门并清理相关配置,更新前端提示信息 Error: 部门删除限制 2026-04-04 11:10:30 +08:00
EmbeddingModelSelector.vue style(format): 格式化代码 2026-04-27 02:24:52 +08:00
EvaluationBenchmarks.vue refactor(eval): 重构评估指标和基准生成 2026-05-06 18:04:31 +08:00
FileDetailModal.vue refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
FileTable.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
FileTreeComponent.vue feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +08:00
FileUploadModal.vue feat(doc): 更新 MinerU 解析器参数,修改 Docker 配置,优化文档说明 2026-05-25 21:08:37 +08:00
GraphCanvas.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
GraphDetailPanel.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
HeaderComponent.vue feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
HumanApprovalModal.vue foramt: 规范化代码 2026-03-24 11:09:39 +08:00
ImagePreviewComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
KnowledgeBaseCard.vue style: 格式化导入语句,提升代码可读性 2026-05-04 08:25:23 +08:00
KnowledgeGraphSection.vue feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
KnowledgeSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00
LoadingComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
MarkdownContentViewer.vue refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
McpEnvEditor.vue feat(mcp): add stdio env support and env editor component 2026-02-22 18:57:30 +08:00
MessageInputComponent.vue fix(chat): 修复 runs api 的情况下,用户消息延迟渲染以及切换对话的时候,消息渲染异常的问题 2026-04-19 23:44:46 +08:00
MindMapSection.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ModelProvidersComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ModelSelectorComponent.vue style(format): 格式化代码 2026-04-27 02:24:52 +08:00
QuerySection.vue chore(web): 升级前端核心依赖并优化代码质量 2026-05-07 11:58:25 +08:00
RAGEvaluationTab.vue refactor(eval): 重构评估指标和基准生成 2026-05-06 18:04:31 +08:00
RefsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
RerankModelSelector.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
SearchConfigModal.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
SettingsModal.vue style: format code 2026-04-01 04:16:22 +08:00
ShareConfigForm.vue feat(workspace): 增强工作区功能,处理符号链接和非 UTF-8 文本文件的预览支持 2026-05-04 08:18:37 +08:00
StatusBar.vue chore(web): 升级前端核心依赖并优化代码质量 2026-05-07 11:58:25 +08:00
TaskCenterDrawer.vue feat(web): 合并知识库导航入口并调整视觉细节 2026-04-06 21:04:19 +08:00
ThemeToggle.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ToolCallsGroupComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
UserInfoComponent.vue refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
UserManagementComponent.vue fix(user): 优化新增用户登录 ID 展示 2026-05-12 13:47:40 +08:00
ViewSwitchHeader.vue refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
WebSearchSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00