1. 04 Aug, 2025 2 commits
  2. 31 Jul, 2025 1 commit
    • feat: Add deployment script and browser compatibility testing documentation · 16a45ab3
      - Created a deployment script (更新部署.bat) for updating the performance scoring system in production, including Docker image rebuild and health checks.
      - Added a comprehensive browser compatibility and data synchronization fix report (浏览器兼容性修复报告.md) detailing issues, solutions, and testing procedures.
      - Developed a browser compatibility testing guide (浏览器兼容性测试指南.html) to ensure consistent functionality across different browsers.
      - Documented production environment update procedures (生产环境更新指南.md) to address image upload issues due to outdated code.
      - Introduced a detailed image duplicate detection testing guide (重复检测测试指南.html) to validate the new image upload features and error handling.
      晏艳红 committed
  3. 30 Jul, 2025 3 commits
    • 添加网络访问配置支持 · a06fca68
      - 创建网络访问配置指南,解决局域网访问问题
      - 添加网络配置.bat自动化配置工具
      - 更新文档说明局域网访问方法
      - 包含防火墙配置和故障排除指南
      - 支持其他设备通过IP地址访问系统
      晏艳红 committed
    • 修复Docker构建问题 · cc9e3f6b
      - 修复.dockerignore排除健康检查脚本的问题
      - 将vite构建配置从terser改为esbuild(内置,无需额外依赖)
      - Docker容器现在可以正常构建和启动
      - 健康检查和服务访问正常工作
      晏艳红 committed
    • 添加Docker网络问题解决方案 · 3b422146
      - 创建docker-network-fix.bat网络修复工具
      - 更新文档添加网络连接问题的详细解决方案
      - 提供Docker镜像源配置指南
      - 包含手动拉取镜像的方法
      - 添加网络诊断和代理配置说明
      晏艳红 committed
  4. 29 Jul, 2025 6 commits