[
{
"id": "food",
"name": "餐饮",
"description": "餐费、外卖、聚餐等饮食相关支出",
"type": "expense",
"color": "#FF6B6B",
"icon": "🍽️"
},
{
"id": "transport",
"name": "交通",
"description": "公交、地铁、打车、加油等交通费用",
"type": "expense",
"color": "#4ECDC4",
"icon": "🚗"
},
{
"id": "entertainment",
"name": "娱乐",
"description": "电影、游戏、旅游等娱乐消费",
"type": "expense",
"color": "#45B7D1",
"icon": "🎬"
},
{
"id": "shopping",
"name": "购物",
"description": "服装、日用品、电子产品等购物支出",
"type": "expense",
"color": "#96CEB4",
"icon": "🛍️"
},
{
"id": "healthcare",
"name": "医疗",
"description": "医院、药品、体检等医疗健康支出",
"type": "expense",
"color": "#FFEAA7",
"icon": "🏥"
},
{
"id": "education",
"name": "教育",
"description": "培训、课程、书籍等教育投资",
"type": "expense",
"color": "#DDA0DD",
"icon": "📚"
},
{
"id": "income",
"name": "收入",
"description": "工资、奖金、投资收益等收入",
"type": "income",
"color": "#90EE90",
"icon": "💰"
},
{
"id": "other",
"name": "其他",
"description": "其他未分类的支出或收入",
"type": "mixed",
"color": "#D3D3D3",
"icon": "📝"
}
]