refactor(plan): 기본 타이머 프리셋 Free 개방 및 LOCK 제거

맥락:
- 코어 집중 루프에서 기본 타이머와 기본 사운드 잠금은 사용자 신뢰와 진입 전환을 떨어뜨립니다.

변경사항:
- Pro 잠금 타이머 목록에서 90/20 잠금을 제거했습니다.
- 기본 사운드 잠금 목록을 비워 Quick/기본 선택이 Free에서 동작하도록 정리했습니다.

검증:
- npx tsc --noEmit

세션-상태: 기본 타이머/기본 사운드가 Free 정책으로 개방됨
세션-다음: Pro 잠금 대상을 Packs/Profiles 중심으로 재배치
세션-리스크: 화면 컴포넌트에 남은 잠금 표현 로직 정리는 다음 커밋에서 반영 예정
This commit is contained in:
2026-03-05 17:08:33 +09:00
parent a056fc841e
commit 922342b115

View File

@@ -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[] = [
{