Commit Graph

14 Commits

Author SHA1 Message Date
4a3de581d8 feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由 2025-12-27 19:55:45 +07:00
a4034b6b78 feat: 添加用户设置功能,支持修改昵称和邮箱,重构相关路由和组件 2025-12-21 01:11:53 +07:00
8f449f0c68 feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验 2025-12-19 22:46:32 +07:00
0bccd85744 feat: 更新环境配置,修改 API 地址,添加格式化金额功能,优化 RWA 交易视图 2025-12-19 18:01:21 +07:00
5cf5052a51 feat: 添加交易视图功能,集成 lightweight-charts 库,优化数据展示 2025-12-18 02:48:34 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +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
d5b632bc3a feat: 更新余额格式化逻辑,优化钱包卡片组件以显示资产余额 2025-12-13 21:16:01 +07:00
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +07:00
9f74717c56 feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑 2025-12-13 13:30:51 +07:00
2050184075 feat: 更新邮箱验证逻辑,添加用户姓名字段,优化组件交互 2025-12-12 02:17:35 +07:00
d9860582dd feat: 更新组件类型定义,添加新的 UI 组件支持 2025-12-12 00:11:42 +07:00
7afdf84ef1 feat: add email sign up 2025-12-11 22:32:23 +07:00