church.crowny.org에 성경 읽기 기능, 성경 퀴즈(교단 성경고사) 기능, 그리고 교회마다 자체 큐레이션 한 청정 유튜브 시청 페이지를 추가했다. 다음세대(NextGen) 페이지의 "준비 중" 블록을 실제 기능으로 교체하고, 설교 페이지에서도 청정 시청 페이지로 바로 이어지게 했다.
src/lib/bible.ts)getTodayPlan(day): 1년 365일 통독 플랜 — 매일 구약·시편·신약 3개 본문 자동 분배getVerseOfDay(day): 오늘의 말씀 로테이션loadBibleProgress() / markChapterRead(): localStorage 진행도 관리src/lib/quiz.ts)recordAnswer(): 정답 시 난이도×5pt 적립, 오답 시 오답노트에 자동 추가shuffleQuestions() / getQuestionsByCategory(): 랜덤화·필터링src/lib/church-videos.ts)buildEmbedUrl(): youtube-nocookie.com + rel=0&modestbranding=1&iv_load_policy=3buildThumbnailUrl(), countByCategory(), filterVideos()src/pages/platform/BiblePage.tsx)/#/biblesrc/pages/platform/QuizPage.tsx)/#/quizsrc/pages/portal/WatchPage.tsx)/#/{slug}/watch — 156개 모든 교회 대응youtube-nocookie.com + rel=0 파라미터)referrerPolicy="strict-origin-when-cross-origin" + allow 속성 최소화src/pages/portal/NextGenPage.tsx)navigatePlatform('bible')navigatePlatform('quiz')src/pages/portal/SermonsPage.tsx)getChurchVideos(slug)로 큐레이션 영상 존재 여부 확인PlatformRoute에 'bible' | 'quiz' 추가ChurchPage에 'watch' 추가App.tsx: BiblePage, QuizPage, WatchPage 임포트 + switch 케이스 추가PlatformLayout: "성경", "퀴즈" 네비 항목 추가 (모바일 햄버거 포함)ChurchLayout: "시청" 네비 항목 추가신규:
/Users/ef/crowny-church/src/lib/bible.ts — 성경 데이터 + 진행도 (280줄)/Users/ef/crowny-church/src/lib/quiz.ts — 퀴즈 36문제 + 진행도 (260줄)/Users/ef/crowny-church/src/lib/church-videos.ts — 영상 큐레이션 + 청정 임베드/Users/ef/crowny-church/src/pages/platform/BiblePage.tsx/Users/ef/crowny-church/src/pages/platform/QuizPage.tsx/Users/ef/crowny-church/src/pages/portal/WatchPage.tsx/Users/ef/crowny-church/src/lib/router.ts — PlatformRoute + ChurchPage 확장/Users/ef/crowny-church/src/App.tsx — 3개 신규 페이지 라우팅/Users/ef/crowny-church/src/components/portal/PlatformLayout.tsx — 성경/퀴즈 네비/Users/ef/crowny-church/src/components/portal/ChurchLayout.tsx — 시청 네비/Users/ef/crowny-church/src/pages/portal/NextGenPage.tsx — 실제 기능으로 연결/Users/ef/crowny-church/src/pages/portal/SermonsPage.tsx — 청정 시청 CTA 추가npx tsc --noEmit 통과npm run build 성공 — 707KB (gzip 180KB), 97 모듈youtube.com 대신 youtube-nocookie.com 사용 → 광고 추적 쿠키 차단rel=0 (동일 채널만 노출되도록 제한)modestbranding=1 (유튜브 로고 축소)iv_load_policy=3