feat: [claude-code] 요금정책 PPTX 다운로드 기능 추가
- 7페이지 상세 PPTX 생성 (표지/API단가/비용비교/팀비용/상세비교/전환가이드/결론) - PricingController download 메서드 추가 - 페이지 헤더에 PPTX 다운로드 버튼 추가 - .gitignore에 public/downloads/*.pptx 예외 추가
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -162,3 +162,6 @@ package-lock.json
|
||||
|
||||
# 아카데미 SVG 일러스트는 프로젝트 자산으로 추적
|
||||
!public/images/academy/**/*.svg
|
||||
|
||||
# 다운로드용 PPTX 파일은 프로젝트 자산으로 추적
|
||||
!public/downloads/*.pptx
|
||||
|
||||
Reference in New Issue
Block a user