feat: 메인화면 배경 생성
This commit is contained in:
25
src/lib/constants.ts
Normal file
25
src/lib/constants.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { Route } from "@/types";
|
||||
|
||||
export const ROUTES: Route[] = [
|
||||
{
|
||||
id: 'orion',
|
||||
name: '오리온',
|
||||
durationMinutes: 180,
|
||||
tag: '딥워크',
|
||||
description: '집필, 코딩 등 긴 호흡이 필요한 작업'
|
||||
},
|
||||
{
|
||||
id: 'lyra',
|
||||
name: '거문고',
|
||||
durationMinutes: 60,
|
||||
tag: '정리/기획',
|
||||
description: '기획안 작성, 문서 정리'
|
||||
},
|
||||
{
|
||||
id: 'cygnus',
|
||||
name: '백조',
|
||||
durationMinutes: 30,
|
||||
tag: '리뷰/회고',
|
||||
description: '하루 회고, 코드 리뷰'
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user