fix(main): 추천 섹션 순서를 조정한다

This commit is contained in:
Yu Sung
2026-07-09 04:32:27 +09:00
parent bc9f4ed370
commit 955cbb6592
3 changed files with 13 additions and 13 deletions

View File

@@ -99,9 +99,9 @@ Swift 모델은 기존 V2 관례에 맞춰 `Decodable` 구조체로 선언한다
### 7.5 구현 대상 섹션
- 배너: `banners`
- 새로 올라온 오디오: `latestAudios`
- New&Hot: `newAndHotAudios`
- 오직 보이스온에서만: `originalSeries`
- New&Hot: `newAndHotAudios`
- 새로 올라온 오디오: `latestAudios`
- 무료 오디오: `freeAudios`
- 포인트 오디오: `pointAudios`
- 최근 댓글이 많은 오디오: `mostCommentedAudios`