Skip to content

Commit

Permalink
💬 업데이트 로그에 변경사항 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
xnousnow committed May 26, 2023
1 parent 5030b03 commit 33cb558
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/updateLog.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SvelteComponent } from 'svelte'
import { Accessibility, Wifi } from 'lucide-svelte'
import { Accessibility, Wifi, Sparkles, Grab } from 'lucide-svelte'

interface Feature {
Icon: typeof SvelteComponent
Expand All @@ -19,5 +19,17 @@ export const logs: Record<string, Feature[]> = {
title: '데이터 사용량 감소',
description: '메뉴 설문 결과를 가져오는 데 사용되는 데이터 사용량을 줄였어요.'
}
],
'1.4.0': [
{
Icon: Sparkles,
title: '업데이트 소개',
description: '기능이 추가될 때마다 이런 식으로 알려드려요.'
},
{
Icon: Grab,
title: '쓸어서 날짜 이동',
description: '급식 화면에서 화면을 가로로 쓸면 이전/다음날로 이동할 수 있어요.'
}
]
}

0 comments on commit 33cb558

Please sign in to comment.