Commit Graph

5 Commits

Author SHA1 Message Date
4e93fcdf65 feat: 添加交易类型枚举,更新交易页面以支持买入和卖出功能 2026-01-07 20:42:04 +07:00
9ca9b33dfd feat: 添加账单页面及相关组件,优化充值记录显示和国际化支持 2025-12-22 22:40:18 +07:00
47f8418ddf feat: 添加性别枚举,更新用户设置页面以支持性别选择和生日选择功能 2025-12-15 02:01:27 +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