Skip to content

Commit d9c0f71

Browse files
committed
Feat: 더보기 설명 추가
1 parent 7e67356 commit d9c0f71

6 files changed

Lines changed: 5 additions & 0 deletions

File tree

30.4 KB
Loading
19.1 KB
Loading
44.4 KB
Loading
73.6 KB
Loading
109 KB
Loading

presentation/src/main/java/com/threegap/bitnagil/presentation/guide/model/GuideType.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ enum class GuideType(
1313
description = "오늘 느끼는 감정을 선택하면, 그 기분에 맞춰 추천 루틴을 확인할 수 있어요.",
1414
image = R.drawable.img_register_guide,
1515
),
16+
HOME_LIST(
17+
title = "홈에서 더보기란?",
18+
description = "루틴리스트에서 세부 항목(세부루틴, 반복, 기간, 시간)을\n확인하고, 필요 시 수정하거나 삭제할 수 있어요.",
19+
image = R.drawable.img_list_guide,
20+
),
1621
RECOMMEND(
1722
title = "맞춤 추천 루틴이란?",
1823
description = "처음 설정한 목표에 맞춰 루틴을 추천받을 수 있으며,\n필요할 때 언제든 수정할 수 있어요.",

0 commit comments

Comments
 (0)