Phase X'-1~5 완료: 제목/들여쓰기/캡션/빈칸/카드 디자인
X'-1: 제목 원본 MDX frontmatter에서 가져오기 (Kei가 바꾸지 않음) X'-2: 들여쓰기 계층 (소제목→불릿 indent 적용) X'-3: 이미지 캡션 normalized.images alt text에서 추출 X'-4: 상단 컨테이너 justify-content:space-between X'-5: 카드 디자인 다크 그라데이션 + 밝은 텍스트 X'-6 미완료: 본문 표(팝업 아닌)를 하단 우측에 Kei 요약 배치 → 다음 세션 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -172,9 +172,11 @@ async def generate_slide(
|
||||
page_struct_raw = analysis_raw.get("page_structure", {})
|
||||
page_structure = PageStructure(roles=page_struct_raw)
|
||||
|
||||
# X'-1: 제목은 원본 MDX frontmatter에서 가져옴 (Kei가 바꾸지 않음)
|
||||
original_title = context.normalized.title or analysis_raw.get("title", "")
|
||||
analysis = Analysis(
|
||||
core_message=analysis_raw.get("core_message", ""),
|
||||
title=analysis_raw.get("title", ""),
|
||||
title=original_title,
|
||||
total_pages=analysis_raw.get("total_pages", 1),
|
||||
layout_template=analysis_raw.get("layout_template", "A"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user