refactor: 整合财务系统到主应用并重构后端架构
主要变更: - 将独立的 web-finance 应用整合到 web-antd 主应用中 - 重命名 backend-mock 为 backend,增强后端功能 - 新增财务模块 API 端点(账户、预算、类别、交易) - 增强财务仪表板和报表功能 - 添加 SQLite 数据存储支持和财务数据导入脚本 - 优化路由结构,删除冗余的 finance-system 模块 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -11,5 +11,15 @@ export const overridesPreferences = defineOverridesPreferences({
|
||||
name: 'Vben Admin Antd', // 固定网站名称,不随语言改变
|
||||
locale: 'zh-CN', // 默认语言为中文
|
||||
theme: 'dark', // 默认深色主题
|
||||
defaultHomePath: '/dashboard-finance', // 默认首页改为财务仪表板
|
||||
},
|
||||
sidebar: {
|
||||
collapsed: false, // 侧边栏默认展开
|
||||
expandOnHover: false, // 禁用悬停展开
|
||||
enable: true, // 启用侧边栏
|
||||
width: 230, // 设置侧边栏宽度
|
||||
collapsedWidth: 230, // 收起时的宽度也设为正常宽度,防止收起
|
||||
extraCollapse: false, // 禁用额外的收起功能
|
||||
collapsedButton: false, // 禁用折叠按钮
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user