hide: 로또 서비스 전면 비공개 (PG 심사 정책 대응)
- 홈페이지: FREE_TOOLS, LIVE_SERVICES에서 로또 제거
- 사이드바: 로또 번호 추천 메뉴 제거
- SEO: 키워드, JSON-LD에서 로또 제거
- lib/products.ts: lotto_gold/platinum/diamond 상품 삭제
- 결제 테스트: 로또 상품 제거
- 로또 페이지: redirect('/') 복원
- DB 마이그레이션 005: lotto 카테고리 DELETE 추가 + saju_detail 1000원 반영
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,27 +7,6 @@ export interface Product {
|
||||
}
|
||||
|
||||
export const PRODUCTS: Record<string, Product> = {
|
||||
lotto_gold: {
|
||||
id: 'lotto_gold',
|
||||
name: '로또 골드 플랜',
|
||||
price: 900,
|
||||
type: 'monthly',
|
||||
description: '매주 1회 번호 추천 · 이메일 발송',
|
||||
},
|
||||
lotto_platinum: {
|
||||
id: 'lotto_platinum',
|
||||
name: '로또 플래티넘 플랜',
|
||||
price: 2900,
|
||||
type: 'monthly',
|
||||
description: '매주 3회 번호 + 텔레그램 알림 + 상세 분석',
|
||||
},
|
||||
lotto_diamond: {
|
||||
id: 'lotto_diamond',
|
||||
name: '로또 다이아 플랜',
|
||||
price: 9900,
|
||||
type: 'monthly',
|
||||
description: '횟수 무제한 + 연간 패턴 리포트 + 전체 기능',
|
||||
},
|
||||
stock_starter_install: {
|
||||
id: 'stock_starter_install',
|
||||
name: '주식 스타터 설치',
|
||||
|
||||
Reference in New Issue
Block a user