Commit Graph

37 Commits

Author SHA1 Message Date
cde6cd9bb5 feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式 2025-12-30 20:14:26 +07:00
7fc1c84329 feat: 添加全局菜单组件及相关路由,优化用户界面 2025-12-28 01:34:44 +07:00
c6c3676a35 feat: 添加待确认收益和收益记录页面,更新路由和导航功能 2025-12-27 21:01:12 +07:00
13122c91e1 feat: 添加每月收益页面及相关组件,更新路由以支持新功能 2025-12-27 20:51:52 +07:00
7da1d7b1cf feat: 更新收益模块,重命名路径并添加收益概览、最近记录、收益来源和收益趋势组件 2025-12-27 20:43:43 +07:00
4a3de581d8 feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由 2025-12-27 19:55:45 +07:00
96608a769b feat: 添加通知页面并更新路由和国际化支持 2025-12-25 19:49:39 +07:00
6f43841b6e feat: 添加划转功能,更新相关路由和国际化支持 2025-12-24 18:39:49 +07:00
9ca9b33dfd feat: 添加账单页面及相关组件,优化充值记录显示和国际化支持 2025-12-22 22:40:18 +07:00
40aa949eca refactor: 移除不再使用的组件和路由配置,优化代码结构 2025-12-22 21:23:10 +07:00
c8795a2ab8 feat: 添加我的订阅页面及相关组件,优化路由配置 2025-12-22 21:17:12 +07:00
00f27bf50a feat: 添加我的发行申请页面及相关组件,更新路由和国际化支持 2025-12-21 21:19:46 +07:00
2e4d7143e5 feat: 更新交易 RWA 路由,添加编辑功能和相关视图 2025-12-21 20:04:29 +07:00
7fcb2555a3 feat: 重构用户认证逻辑,添加导航重定向功能,更新相关组件和路由 2025-12-21 02:37:01 +07:00
a4034b6b78 feat: 添加用户设置功能,支持修改昵称和邮箱,重构相关路由和组件 2025-12-21 01:11:53 +07:00
57bbebe961 refactor: 重构登陆模块 2025-12-20 21:38:49 +07:00
5c06c7ce0a feat: 添加主题管理功能,更新系统设置页面,优化用户体验 2025-12-20 03:48:01 +07:00
916cbe9d24 feat: 添加语言管理功能,更新系统设置页面,优化用户体验 2025-12-20 02:23:55 +07:00
2703e6d007 feat: 添加系统设置页面,集成应用更新和缓存管理功能,优化用户体验 2025-12-20 01:32:33 +07:00
521585035e feat: 添加我的申购页面,更新路由和国际化支持,优化用户体验 2025-12-20 00:42:35 +07:00
72775b4b37 feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验 2025-12-18 23:40:51 +07:00
3cdb71effc feat: 更新银行卡管理功能,添加银行卡和删除银行卡的逻辑,优化API请求方式 2025-12-17 01:31:17 +07:00
88b05581b5 feat: 添加路由守卫,优化路由管理并清理钱包卡片组件逻辑 2025-12-16 16:16:30 +07:00
2d1454d08e feat: 实现发行申请提交 2025-12-16 03:49:39 +07:00
6998a66db5 feat: 添加申请发行页面路由和组件,更新发行资产组件以导航至新页面 2025-12-15 01:01:41 +07:00
ae0cc18551 feat: 添加用户设置页面及相关功能,更新用户头像组件 2025-12-14 23:20:44 +07:00
28ddf12d45 feat: add withdraw functionality and related enums
- Introduced WithdrawMethodEnum and ChainEnum in enum.ts for withdrawal methods and blockchain types.
- Updated types.ts to include WithdrawBody type for withdrawal requests.
- Created a new useResetRef composable for managing form state resets.
- Added a withdraw page with form handling in index.vue, including validation and submission logic.
- Integrated the new withdraw functionality into the wallet card component.
- Updated the main.ts file to include Pinia for state management.
- Created a wallet store to manage user balances.
- Modified the deposit page to improve user experience and validation.
- Added number pattern validation for input fields.
- Updated the router to include a new route for the withdraw page.
- Refactored input-label component styles for better layout.
- Added a new rules.ts file for future validation rules.
2025-12-14 18:31:57 +07:00
f78dfa87ed feat: 添加法币充值页面,更新相关路由和组件,优化钱包卡片以支持充值功能 2025-12-14 00:52:28 +07:00
b86f257e38 feat: 添加交易页面,更新路由配置,优化用户界面和样式 2025-12-13 17:39:59 +07:00
cfee4c1c77 feat: 添加链上地址页面,更新路由配置并优化用户信息组件链接 2025-12-13 15:02:39 +07:00
9f74717c56 feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑 2025-12-13 13:30:51 +07:00
f0bffb821c feat: 更新路由重定向至 riwa 页面并添加 riwa 视图组件 2025-12-12 01:27:04 +07:00
0b0239ec2c chore: add vueuse util 2025-12-11 22:32:45 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00
d2b796e434 chore: 重构路由和视图,移除旧的标签页并添加新的布局和页面 2025-12-11 13:25:56 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00