Developer
47d1da7cea
feat(backend): 更新核心模块和文件处理
...
- 更新配置模块 (config.py)
- 更新数据库连接 (database.py)
- 更新主应用入口 (main.py)
- 更新数据模型 (models.py)
- 更新基础 Schema (base.py)
- 更新文件处理器 (docx, excel, pdf)
- 更新 Dockerfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:30:11 +08:00
Developer
db11429290
feat(backend): 更新 API 端点实现
...
- 更新 Chunks API 端点
- 更新 Datasets API 端点
- 更新 Evaluation API 端点
- 更新 Files API 端点
- 更新 Projects API 端点
- 更新 Questions API 端点
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:29:58 +08:00
Developer
eac10a9d95
chore: 添加一键启动脚本
...
- 添加 start.sh 启动脚本
- 支持前端、后端一键启动
- 支持自定义端口配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:29:34 +08:00
Developer
e6aa585e06
chore: 添加项目配置文件
...
- 添加 Python 项目配置 (pyproject.toml)
- 添加环境变量示例 (.env.example)
- 添加 Docker 忽略文件 (.dockerignore)
- 添加 TypeScript 配置 (tsconfig.json, tsconfig.node.json)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:29:24 +08:00
Developer
2b2e1a67c8
feat(frontend): 优化页面功能和 UI
...
- 添加模型配置页面 (ModelSettingsView.vue)
- 优化首页项目列表显示和删除功能 (HomeView.vue)
- 优化项目详情页 (ProjectView.vue)
- 优化项目设置页 (Settings.vue)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:29:11 +08:00
Developer
66d251dcc4
feat(frontend): 添加 TypeScript 类型定义和组件
...
- 添加 TypeScript API 客户端 (api/index.ts)
- 添加全局样式 (styles/)
- 添加类型定义 (types/)
- 添加 Vue 组件 (components/)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:28:58 +08:00
Developer
3eb5d47bd3
feat(backend): 添加 API Schemas 定义
...
- 添加 Chunk 数据结构 (chunk.py)
- 添加 Dataset Schema (dataset.py)
- 添加 Evaluation Schema (eval.py)
- 添加 File Schema (file.py)
- 添加 Project Schema (project.py)
- 添加 Question Schema (question.py)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:28:47 +08:00
Developer
efe5d240ae
feat(backend): 添加核心架构模块
...
- 添加认证模块 (auth.py)
- 添加 CRUD 基础操作 (crud.py)
- 添加异常处理 (exceptions.py)
- 添加日志模块 (logging.py)
- 添加响应格式 (response.py)
- 添加依赖注入 (dependencies.py)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-17 17:28:36 +08:00
4eddf05e79
first-update
2026-03-17 14:36:31 +08:00
72f08aee7c
Initial commit
2026-03-17 14:32:48 +08:00