[
{
"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": "📝"
}
]