Commit Graph

10 Commits

Author SHA1 Message Date
bdcb46ec42 feat: 更新环境配置,升级 API 版本至 0.0.141,调整钱包余额数据结构 2026-01-14 10:54:07 +07:00
9f0f0a076c feat: 更新钱包存储,添加USDT余额同步功能并移除初始化钱包调用 2026-01-11 17:42:28 +07:00
3111436054 feat: 添加银行账户和货币选择组件,优化提现页面交互体验 2026-01-10 17:33:59 +07:00
9747f300ac feat: 添加资产记录和资金、交易账户视图;更新钱包状态管理和路由配置 2026-01-06 16:01:01 +07:00
f6c5c91ae5 feat: 在初始化钱包时同步支持银行数据 2025-12-25 19:11:49 +07:00
dd1dbd485f feat: 更新钱包状态管理,优化资产获取逻辑,支持资金和交易账户的分离 2025-12-24 05:28:49 +07:00
57e346df3f feat: 添加 IonSegment 和 IonSegmentButton 组件支持,更新 api-types 依赖版本,优化钱包状态获取逻辑 2025-12-24 01:20:24 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +07:00
2f1881cc81 feat: 更新钱包管理功能,添加银行账户和余额的初始化逻辑,优化API请求和响应处理 2025-12-17 02:09:07 +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