From 922342b115cd870439307a7ffa4aab3bf0edebce Mon Sep 17 00:00:00 2001 From: corpi Date: Thu, 5 Mar 2026 17:08:33 +0900 Subject: [PATCH] =?UTF-8?q?refactor(plan):=20=EA=B8=B0=EB=B3=B8=20?= =?UTF-8?q?=ED=83=80=EC=9D=B4=EB=A8=B8=20=ED=94=84=EB=A6=AC=EC=85=8B=20Fre?= =?UTF-8?q?e=20=EA=B0=9C=EB=B0=A9=20=EB=B0=8F=20LOCK=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 맥락: - 코어 집중 루프에서 기본 타이머와 기본 사운드 잠금은 사용자 신뢰와 진입 전환을 떨어뜨립니다. 변경사항: - Pro 잠금 타이머 목록에서 90/20 잠금을 제거했습니다. - 기본 사운드 잠금 목록을 비워 Quick/기본 선택이 Free에서 동작하도록 정리했습니다. 검증: - npx tsc --noEmit 세션-상태: 기본 타이머/기본 사운드가 Free 정책으로 개방됨 세션-다음: Pro 잠금 대상을 Packs/Profiles 중심으로 재배치 세션-리스크: 화면 컴포넌트에 남은 잠금 표현 로직 정리는 다음 커밋에서 반영 예정 --- src/entities/plan/model/mockPlan.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entities/plan/model/mockPlan.ts b/src/entities/plan/model/mockPlan.ts index 4b350b7..57a8e67 100644 --- a/src/entities/plan/model/mockPlan.ts +++ b/src/entities/plan/model/mockPlan.ts @@ -1,8 +1,8 @@ import type { PlanLockedPack } from './types'; export const PRO_LOCKED_ROOM_IDS = ['outer-space', 'snow-mountain']; -export const PRO_LOCKED_TIMER_LABELS = ['90/20']; -export const PRO_LOCKED_SOUND_IDS = ['cafe-work', 'fireplace']; +export const PRO_LOCKED_TIMER_LABELS: string[] = []; +export const PRO_LOCKED_SOUND_IDS: string[] = []; export const PRO_PRESET_PACKS: PlanLockedPack[] = [ {