ForcePilot/web
Wenjie Zhang 40c2922132 refactor(database): 重构知识库信息页面组件化实现
- 将DataBaseInfoView.vue拆分为多个独立组件:
  * DatabaseHeader.vue: 数据库头部信息展示和编辑功能
  * FileTable.vue: 文件列表展示和操作功能
  * FileDetailModal.vue: 文件详情弹窗展示
  * FileUploadModal.vue: 文件上传和URL添加功能
  * KnowledgeGraphSection.vue: 知识图谱展示区域
  * QuerySection.vue: 查询功能区域
- 优化database.js store,增加完整的状态管理和业务逻辑
- 更新AppLayout.vue中数据库信息获取方法
- 添加工具函数文件file_utils.js和kb_utils.js
- 更新KnowledgeGraphViewer.vue组件配置

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 18:00:45 +08:00
..
public feat: 添加系统信息配置功能 2025-06-22 23:07:57 +08:00
src refactor(database): 重构知识库信息页面组件化实现 2025-08-05 18:00:45 +08:00
.eslintrc.cjs first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json feat: 增加 LightRAG的图谱可视化功能(但是目前的检索和可视化会出现跨知识库的情况,需要继续debug) 2025-06-30 22:29:23 +08:00
pnpm-lock.yaml chore(deps): bump @eslint/plugin-kit from 0.3.1 to 0.3.3 in /web 2025-07-21 05:02:42 +00:00
vite.config.js 继续优化接口,移除无关模块:(1)移除原本的 Token 管理模块;(2)所有 API 请求使用 /api 前缀;(3)移除重复的中间件验证;(4)前后端都移除工具模块;(5)移除原本的 safe_config 模块;(6)其他小细节优化 2025-05-10 10:53:14 +08:00