Commit Graph

13 Commits

Author SHA1 Message Date
8d0ba768a9 feat: 更新 API 类型和组件,重命名市场为交易,添加操作包装器组件 2025-12-15 00:25:03 +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
2c4df90b31 feat: 更新 API 地址,添加充值渠道组件,优化钱包卡片以支持充值功能 2025-12-13 22:21:58 +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
e7356e75ec feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱 2025-12-12 16:52:41 +07:00
5bd063f982 feat: 添加登录组件,更新认证流程,优化输入标签组件 2025-12-12 02:50:52 +07:00
14618192ca feat: 添加 Material Icon 主题支持,更新组件类型定义和 Vite 配置 2025-12-12 00:42:28 +07:00
d9860582dd feat: 更新组件类型定义,添加新的 UI 组件支持 2025-12-12 00:11:42 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00