feat: Add TokenRecords finance management system
- Created new finance application based on Vue Vben Admin - Implemented transaction management, category management, and loan tracking - Added person management for tracking financial relationships - Integrated budget management and financial analytics - Added data import/export functionality - Implemented responsive design for mobile support - Added comprehensive testing with Playwright 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
6
apps/web-finance/src/api/finance/index.ts
Normal file
6
apps/web-finance/src/api/finance/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// 财务管理相关 API 导出
|
||||
|
||||
export * from './category';
|
||||
export * from './loan';
|
||||
export * from './person';
|
||||
export * from './transaction';
|
||||
Reference in New Issue
Block a user