feat:新增分类支持

This commit is contained in:
2025-11-13 14:35:27 +08:00
parent 53f5cf479d
commit bce8bdf9ef
8 changed files with 417 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
export const PRESET_CATEGORIES = [
'餐饮',
'交通',
'购物',
'生活缴费',
'医疗',
'教育',
'娱乐',
'转账',
'退款',
'理财',
'公益',
'收入',
'其他支出',
'未分类'
];