feat:新增分类支持
This commit is contained in:
17
apps/frontend/src/lib/categories.ts
Normal file
17
apps/frontend/src/lib/categories.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const PRESET_CATEGORIES = [
|
||||
'餐饮',
|
||||
'交通',
|
||||
'购物',
|
||||
'生活缴费',
|
||||
'医疗',
|
||||
'教育',
|
||||
'娱乐',
|
||||
'转账',
|
||||
'退款',
|
||||
'理财',
|
||||
'公益',
|
||||
'收入',
|
||||
'其他支出',
|
||||
'未分类'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user