feat: 实现FinWise Pro财智管家 - 完整的财务管理系统
## 新增功能 - 🏦 账户管理:支持多币种账户创建和管理 - 💰 交易管理:收入/支出记录,支持自定义分类和币种 - 🏷️ 分类管理:自定义分类图标和预算币种设置 - 🎯 预算管理:智能预算控制和实时监控 - 📊 报表分析:可视化财务数据展示 - ⚙️ 系统设置:个性化配置和数据管理 ## 技术特性 - 自定义币种:支持7种常用币种 + 用户自定义 - 自定义分类:支持自定义图标和分类名称 - 自定义账户:支持自定义账户类型和银行 - 响应式设计:完美适配各种屏幕尺寸 - 深色主题:统一的视觉体验 - 中文界面:完全本地化的用户体验 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,8 @@ import { defineOverridesPreferences } from '@vben/preferences';
|
||||
export const overridesPreferences = defineOverridesPreferences({
|
||||
// overrides
|
||||
app: {
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
name: 'Vben Admin Antd', // 固定网站名称,不随语言改变
|
||||
locale: 'zh-CN', // 默认语言为中文
|
||||
theme: 'dark', // 默认深色主题
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user