Update category labels

Add descriptions to category labels in the UI.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 10:10:25 +00:00
parent 9352b1bb27
commit 11d824a38f
2 changed files with 16 additions and 1 deletions

View File

@@ -13,6 +13,13 @@ export const categoryIcons: Record<string, React.ReactNode> = {
// 지출 카테고리 목록 - 3개로 제한
export const EXPENSE_CATEGORIES = ['음식', '쇼핑', '교통비'];
// 카테고리 부가 설명 정의
export const CATEGORY_DESCRIPTIONS: Record<string, string> = {
: '(식비, 음료)',
: '',
: '(차량 유지비)',
};
// 기본 카테고리 예산 설정
export const DEFAULT_CATEGORY_BUDGETS = {
음식: 400000,