feat: 사주 결과 - 오늘의 운세 섹션 추가 및 AI 재호출 방지
- SajuFortuneSection 신규 추가: 일진 기반 결정론적 오늘의 운세 (AI 불필요) - 1900-01-01 甲戌 기준 오늘의 일주 계산 (CLAUDE.md 검증 로직) - 용신·희신 오행과 일진 오행의 상생·상극으로 종합 점수 산출 - 재물/애정/직업/건강/사회 5대 운세 seededRand 결정론적 생성 - 사주 AI 섹션 → 오늘의 운세 → 로또 추천 순서로 자연스럽게 연결 - SajuLottoSection: id="saju-lotto-section" 추가 (운세 섹션 스크롤 대상) - page.tsx: savedInterpretation 2차 폴백 쿼리 추가 - birth_hour 불일치 시 시간 제외 키로 재조회 → 다시 보기 시 AI 재호출 방지 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -151,7 +151,7 @@ export default function SajuLottoSection({
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
||||
return (
|
||||
<div className="bg-white rounded-2xl border border-[#dbe8ff] overflow-hidden">
|
||||
<div id="saju-lotto-section" className="bg-white rounded-2xl border border-[#dbe8ff] overflow-hidden">
|
||||
{/* 헤더 */}
|
||||
<div className="bg-gradient-to-r from-[#04102b] via-[#0d1f5c] to-[#04102b] px-6 py-5">
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
Reference in New Issue
Block a user