feat(schedule): 添加赛程配置API,支持动态时间段配置

- 添加 GET /martial/schedule/config API 暴露 ScheduleConfig
- 返回 morningStartTime, afternoonStartTime 等配置
- 更新 docker-compose.yml 使用 Dockerfile.quick
This commit is contained in:
2025-12-30 10:51:04 +08:00
parent 0b5fc9fb71
commit 16b55adf81
2 changed files with 22 additions and 5 deletions

View File

@@ -85,8 +85,8 @@ services:
# 后端应用(完整构建模式)
martial-api:
build:
context: ..
dockerfile: martial-master/Dockerfile.fullbuild
context: .
dockerfile: Dockerfile.quick
container_name: martial-api
restart: always
environment: