woshiqp465
a1dc8de7e5
fix: 修复登录后404问题,统一前后端路由路径配置
...
修改后端mock菜单路径以匹配前端路由配置:
- /finance/dashboard -> /dashboard-finance
- /finance/transactions -> /transactions
- 其他财务页面路径同步修改
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-05 14:23:37 +08:00
woshiqp465
1e42191296
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 >
2025-10-04 21:14:21 +08:00
woshiqp465
9683b940bf
feat: 配置开发环境和清理项目结构
...
- 修改默认路由重定向到首页 (/home)
- 配置开发服务器使用5667端口
- 整理测试文件到temp-tests目录
- 优化项目结构便于开发和部署
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-15 21:35:49 +08:00
woshiqp465
6d82e8bf3d
feat: 实现FinWise Pro财智管家 - 完整的财务管理系统
...
## 新增功能
- 🏦 账户管理:支持多币种账户创建和管理
- 💰 交易管理:收入/支出记录,支持自定义分类和币种
- 🏷️ 分类管理:自定义分类图标和预算币种设置
- 🎯 预算管理:智能预算控制和实时监控
- 📊 报表分析:可视化财务数据展示
- ⚙️ 系统设置:个性化配置和数据管理
## 技术特性
- 自定义币种:支持7种常用币种 + 用户自定义
- 自定义分类:支持自定义图标和分类名称
- 自定义账户:支持自定义账户类型和银行
- 响应式设计:完美适配各种屏幕尺寸
- 深色主题:统一的视觉体验
- 中文界面:完全本地化的用户体验
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-10 16:35:24 +08:00
你的用户名
675fe0a1a8
feat: 增强财务管理系统功能与分析能力
...
主要更新:
- 🎯 新增综合分析仪表板,包含关键指标卡片、预算对比、智能洞察等组件
- 📊 增强数据可视化能力,新增标签云分析、时间维度分析等图表
- 📱 优化移动端响应式设计,改进触控交互体验
- 🔧 新增多个API模块(base、budget、tag),完善数据管理
- 🗂️ 重构路由结构,新增贷款、快速添加、设置、统计等独立模块
- 🔄 优化数据导入导出功能,增强数据迁移能力
- 🐛 修复多个已知问题,提升系统稳定性
技术改进:
- 使用IndexedDB提升本地存储性能
- 实现模拟API服务,支持离线开发
- 增加自动化测试脚本,确保功能稳定
- 优化打包配置,提升构建效率
文件变更:
- 新增42个文件
- 修改55个文件
- 包含测试脚本、配置文件、组件和API模块
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-24 16:41:58 +08:00
你的用户名
4b4616de1e
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 >
2025-08-06 20:09:48 +08:00
vben
1575619d53
chore: release v5.5.8
2025-07-19 22:19:50 +08:00
RanMaoting
fee811d950
fix: 优化组件方法透传并新增表单弹窗示例 ( #6443 )
2025-07-02 19:58:48 +08:00
zyy
b015fbc9fc
fix: [adapter] 表格配置类型报错 ( #6327 )
...
配置toolbarConfig中的search时会有类型报错
2025-06-08 17:53:55 +08:00
vben
b9aef618fe
chore: release 5.5.7
2025-06-04 05:33:06 +08:00
Netfan
a1091bad46
feat: enhances compatibility with APIs returning large numeric values ( #6250 )
2025-05-23 15:22:18 +08:00
zhang
9f9be21e2a
fix: component Input is not registered when initialize page ( #6246 )
...
* fix: Component Input is not registered when initialize page
* fix: Component Input is not registered when initialize page
2025-05-23 15:21:09 +08:00
afe1
90625782c0
fix: delete useless code ( #6143 )
2025-05-08 16:51:12 +08:00
vben
cc6c9bf7a0
chore: release v5.5.6
2025-05-06 22:32:58 +08:00
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
2025-05-03 16:06:36 +08:00
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
...
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com >
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com >
---------
Signed-off-by: aonoa <1991849113@qq.com >
2025-05-03 16:03:08 +08:00
ming4762
baec89f896
perf: resolve duplicate component names ( #6039 )
2025-04-27 22:02:38 +08:00
vben
7c7051a11e
chore: release v5.5.5
2025-04-27 21:45:10 +08:00
Netfan
aa27a2f7a1
feat: encrypt the privacy data when it is persisted ( #6056 )
...
* 对私密数据持久化时执行加密
* 将锁屏密码合并到accessStore中进行加密
2025-04-27 20:59:10 +08:00
yuh
4baec83db5
feat: add examples: form-upload ( #5955 )
...
* feat: add examples: form-upload
* fix: upload: accept and label
* fix: upload: 设置表单值、图片预览
2025-04-17 14:00:46 +08:00
Netfan
2971ccc0b7
docs: docs modal z-index fixed, update alert docs ( #5930 )
2025-04-12 13:41:40 +08:00
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
2025-04-09 01:05:20 +08:00
Netfan
a0feeb1966
fix: watermark settings in the preferences modified accidentally ( #5823 )
2025-03-31 09:06:02 +08:00
Netfan
a77bb8e68d
perf: improve component packaging to enable instance method retrieval ( #5795 )
...
改进组件适配器里的包装函数,使得组件暴露的方法可以透传
2025-03-27 15:13:13 +08:00
vben
b92ac5c36d
chore: release 5.5.4
2025-03-18 21:43:27 +08:00
Netfan
cfa18c2b8e
fix: improve component repackaging
2025-03-10 02:56:44 +08:00
Netfan
b37ed48b9d
feat: role management page with component tree ( #5675 )
...
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
2025-03-07 16:03:08 +08:00
Netfan
34789645f7
fix: nitro server cookie maxAge fixed
2025-03-04 22:29:27 +08:00
Netfan
5e421ce607
chore: demo page menu management ( #5619 )
...
* 添加菜单管理演示页面
2025-02-27 01:22:25 +08:00
Netfan
1d8676f456
chore: remove sleep in department list api
2025-02-25 22:15:27 +08:00
Netfan
d33261d0c2
chore: demo page for system/department ( #5611 )
...
* feat: department management demo
* perf: department page improve
* feat: demo api middleware
* fix: add losing import
2025-02-25 19:47:45 +08:00
Netfan
d9799fec70
fix: search take no effect in icon-picker with antd ( #5592 )
2025-02-24 14:13:53 +08:00
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
...
添加Motion的用法例子
2025-02-17 15:25:45 +08:00
Netfan
e0eb57d38d
fix: nitro server cors support with cookie ( #5549 )
...
* 修复nitro server在使用cookie时的跨域配置
2025-02-17 15:17:31 +08:00
Netfan
cb7c0ecaa2
fix: menu data for backend mode fixed ( #5465 )
2025-01-26 20:37:37 +08:00
vben
195ceec9b4
chore: release 5.5.3
2025-01-21 22:07:55 +08:00
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
2025-01-20 18:38:49 +08:00
Netfan
5611f6c7f5
perf: request support to set how to return response ( #5436 )
...
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
2025-01-19 17:41:26 +08:00
Netfan
816d1f5a69
fix: demos route fixed ( #5405 )
2025-01-15 19:24:02 +08:00
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
2025-01-15 12:32:03 +08:00
Netfan
76c4aa2c55
fix: hide root route in breadcrumb
2025-01-14 17:51:39 +08:00
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
...
* feat: support set default props for drawer and modal
* docs: fix typo
2025-01-14 17:11:18 +08:00
Netfan
5965755caa
fix: root router config fixed ( #5389 )
2025-01-14 15:15:02 +08:00
Netfan
1ad54561b0
feat: add noBasicLayout in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
Netfan
a2637313f8
feat: integrate new component Tippy with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
2025-01-11 17:35:59 +08:00
Netfan
d34838bdd8
fix: primaryColor calculation ( #5337 )
2025-01-10 01:51:38 +08:00
Netfan
c979c23e6b
fix: form valid-error style in naive ( #5336 )
2025-01-10 01:15:30 +08:00
Vben
081d2aed23
perf: format code with better style ( #5283 )
2025-01-01 11:39:49 +08:00
vben
07c4ad05f4
chore: release 5.5.2
2024-12-28 22:15:00 +08:00