Commit Graph

16 Commits

Author SHA1 Message Date
57bbebe961 refactor: 重构登陆模块 2025-12-20 21:38:49 +07:00
3d9785fdf2 Refactor and enhance localization support; update language files and improve validation messages
- Updated localization files for Arabic and Traditional Chinese (Hong Kong).
- Added Arabic language support in the i18n configuration.
- Improved validation messages in the withdrawal schema.
- Refactored Vue components to ensure consistent usage of translation functions.
- Cleaned up CSS files for better formatting and consistency.
2025-12-20 05:30:59 +07:00
5c06c7ce0a feat: 添加主题管理功能,更新系统设置页面,优化用户体验 2025-12-20 03:48:01 +07:00
2e2290022f feat: 添加日期验证功能,确保发行日期不早于当前日期,申购截止日期不早于发行日期 2025-12-19 19:35:43 +07:00
72775b4b37 feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验 2025-12-18 23:40:51 +07:00
f570cbce84 feat: 更新环境配置,添加 API 地址,优化数据获取逻辑,支持振动反馈功能 2025-12-18 22:23:18 +07:00
5b5fcf9d44 feat: 更新 API 地址,添加分类组件,优化市场页面布局和功能 2025-12-17 20:27:58 +07:00
f3b7931d78 feat: 添加 Tabs 和 TabPane 组件,支持动态标签页管理 2025-12-17 18:04:40 +07:00
ef76de7a5c feat: 添加加密货币图标支持,优化资产展示组件 2025-12-17 15:52:24 +07:00
2d1454d08e feat: 实现发行申请提交 2025-12-16 03:49:39 +07:00
47f8418ddf feat: 添加性别枚举,更新用户设置页面以支持性别选择和生日选择功能 2025-12-15 02:01:27 +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
5bd063f982 feat: 添加登录组件,更新认证流程,优化输入标签组件 2025-12-12 02:50:52 +07:00
2050184075 feat: 更新邮箱验证逻辑,添加用户姓名字段,优化组件交互 2025-12-12 02:17:35 +07:00
088ebf1f76 feat: 添加 Divider 和 Input 组件,更新主题变量 2025-12-12 00:11:27 +07:00