6 Commits

Author SHA1 Message Date
eafonyang b4926ba148 优化体验,修复 bug 2026-07-09 10:33:19 +08:00
eafonyang 25a45c7cbd 优化体验,新增多项功能,美化界面 2026-06-10 15:37:20 +08:00
eafonyang bb1c851e39 fix(docker): 调整环境变量及上传路径处理逻辑
- 替换MeiliSearch相关环境变量为AWS S3和OTA相关配置
- 修改挂载目录路径,统一使用/data/projects/source
- 上传脚本中将输入路径转换为绝对路径,再移除项目根目录前缀获取相对路径
- 添加路径不在项目目录内时去除./前缀的回退处理
2026-06-10 10:53:51 +08:00
eafonyang 316852274a 耳机频响文件改为s3 存储,修改了x9 升级包的存储路径 2026-06-09 19:44:51 +08:00
yangy abd44fe467 Refactor Docker setup and remove unused files
- Updated docker-compose.yml to rename backend and frontend container names for clarity.
- Added volume mappings for frontend and backend services to persist data.
- Removed obsolete files related to frequency response extraction, including Python scripts and output data files.
- Adjusted backend port configuration in main.py to align with new service architecture.
- Enhanced logging for file upload paths in models.py for better traceability.
2026-03-20 09:31:24 +08:00
yangy 90aec37461 Add initial files for Audio Dashboard Management System
- Created .env.example for environment variable configuration.
- Added docker-compose.yml for service orchestration.
- Implemented frequency response extraction in extract_frequency_response.py and convert_to_frequency_db.py.
- Generated output files: frequency_response_detailed.json, frequency_response_points.json, frequency_response.csv, and frequency_response_curve.png.
- Included sample measurement data for FiiO FA19 in CSV format.
2026-03-17 14:20:08 +08:00