Commit Graph

8 Commits

Author SHA1 Message Date
5b5fcf9d44 feat: 更新 API 地址,添加分类组件,优化市场页面布局和功能 2025-12-17 20:27:58 +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
2c4df90b31 feat: 更新 API 地址,添加充值渠道组件,优化钱包卡片以支持充值功能 2025-12-13 22:21:58 +07:00
3866c85815 feat: 更新 API 地址,优化样式和组件,添加新主题变量 2025-12-13 18:50:24 +07:00
378514c7b9 feat: 更新环境变量配置,添加 API 代理支持,新增 API 接口文件 2025-12-13 16:29:23 +07:00
1c32b9980f feat: 更新环境变量配置,添加 dotenv 支持并修改 API 代理地址 2025-12-12 00:19:12 +07:00
98b8b1aab6 chore: 修改api请求代理 2025-12-12 00:11:08 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00