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.
This commit is contained in:
yangy
2026-03-17 14:20:08 +08:00
parent 75b1d16453
commit 90aec37461
25 changed files with 7570 additions and 47 deletions
+3 -3
View File
@@ -92,19 +92,19 @@ pnpm build
开发服务器已配置代理,将 `/api` 请求转发到后端服务:
- 前端请求:`/api/brands/`
- 后端地址:`http://localhost:8002/api/brands/`
- 后端地址:`http://localhost:8083/api/brands/`
配置位于 `vite.config.js`
## 注意事项
1. **确保后端服务已启动**
- 后端运行在 http://localhost:8002
- 后端运行在 http://localhost:8083
- 使用 `backend/restart.bat` 重启后端服务
2. **端口占用**
- 前端使用 3000 端口
- 后端使用 8002 端口
- 后端使用 8083 端口
- 如果端口被占用,请修改相应配置文件
3. **跨域问题**