0ea8e5aa1e
🔧 Fix alembic config and add Docker database support
...
Fix:
- Fix alembic.ini version_path_separator syntax error
- Add scripts to start with Docker database
- Add automatic fix and start script
New files:
- start_with_docker_db.bat: Start with Docker PostgreSQL
- fix_and_start.bat: Auto-fix and start with options
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:58:08 +08:00
018ed27099
🔧 Fix frontend warnings and add diagnostic tools
...
Fix:
- Add type: module to package.json to eliminate ES module warning
- Create separate backend/frontend startup scripts
- Add system status check tool
New files:
- check_status.bat: Diagnose system status
- start_backend_only.bat: Start backend separately
- start_frontend_only.bat: Start frontend separately
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:54:05 +08:00
3a9bf04401
🔧 Fix encoding issues - Add English version scripts
...
Fix:
- Remove Chinese characters causing encoding errors
- Create pure English version scripts
New files:
- setup.bat: Simple configuration script (English)
- start_app.bat: Auto-deploy script (English)
- README_QUICKSTART.md: Quick start guide
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:47:33 +08:00
2d8f20296f
📝 Add quick start guide and config tool
...
## 新增
- quick_config.bat: 快速配置工具
- START_HERE.txt: 3步启动指南
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:44:26 +08:00
9c96cdd526
🚀 Add full auto-deploy script for Windows
...
## 新增
- auto_setup_and_run.bat: 全自动部署启动脚本
- 自动检查环境
- 自动配置数据库
- 自动安装所有依赖
- 自动启动前后端服务
- 一键完成所有配置
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:42:40 +08:00
6da18ea7ab
📚 Add GitHub push guide and automation script
...
## 新增
- GITHUB_PUSH_GUIDE.md: 完整的 GitHub 推送指南
- Personal Access Token 认证
- SSH Key 配置
- 问题排查
- push_to_github.bat: 自动化推送脚本
- 一键提交并推送
- 友好的交互提示
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 13:03:01 +08:00
39f7091e1f
🔧 Fix Docker network issues for China users
...
## 修复
### Docker Compose
- 移除过时的 version 字段警告
- 优化配置以支持最新版本
### 网络优化
- 添加 Docker 镜像加速器配置指南
- 创建自动化配置脚本
- 提供国内优化版启动脚本
## 新增文件
- DOCKER_MIRROR_SETUP.md: 详细的镜像加速配置教程
- setup_docker_mirror.bat: 交互式配置指南
- start_windows_china.bat: 国内网络优化版启动脚本
## 改进
- 解决 Docker Hub 访问慢/失败问题
- 提供多个国内镜像源配置
- 自动检测和提示配置镜像加速
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 12:51:36 +08:00
1b3dd929fe
✨ Add Windows deployment support
...
## 新增功能
### 📝 Windows 部署文档
- WINDOWS_DEPLOYMENT.md: 完整的 Windows 部署指南
- Docker Desktop 部署方式
- 本地源码部署方式
- 详细的问题排查指南
- QUICK_START.md: 5 分钟快速上手指南
- 简化的部署步骤
- 测试功能清单
- 常见问题解答
### 🚀 Windows 启动脚本
- start_windows.bat: 一键启动服务
- stop_windows.bat: 停止服务
- logs_windows.bat: 查看日志
### 📚 测试数据
- test_data/sample_questions.txt: 10 道基础题目
- 单选题、多选题、判断题
- 适合快速功能测试
- test_data/sample_questions_advanced.txt: 8 道简答题
- 测试 AI 评分功能
- 高级概念题目
## 改进
- 优化 Windows 用户体验
- 提供一键启动方案
- 包含完整测试数据
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 12:45:54 +08:00
c5ecbeaec2
🎉 Initial commit: QQuiz - 智能刷题与题库管理平台
...
## 功能特性
✅ **核心功能**
- 多文件上传与智能去重(基于 content_hash)
- 异步文档解析(支持 TXT/PDF/DOCX/XLSX)
- AI 智能题目提取与评分(OpenAI/Anthropic/Qwen)
- 断点续做与进度管理
- 自动错题本收集
✅ **技术栈**
- Backend: FastAPI + SQLAlchemy 2.0 + PostgreSQL
- Frontend: React 18 + Vite + Tailwind CSS
- Deployment: Docker Compose
✅ **项目结构**
- 53 个文件
- 完整的前后端分离架构
- Docker/源码双模部署支持
🚀 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 12:39:46 +08:00