Commit Graph

38 Commits

Author SHA1 Message Date
96608a769b feat: 添加通知页面并更新路由和国际化支持 2025-12-25 19:49:39 +07:00
291eef6f60 feat: 优化标签组件布局,统一图标和标签的样式 2025-12-24 05:54:06 +07:00
dd1dbd485f feat: 更新钱包状态管理,优化资产获取逻辑,支持资金和交易账户的分离 2025-12-24 05:28:49 +07:00
5ff44e4de0 feat: 集成二维码扫描功能,更新相关组件和国际化支持 2025-12-24 04:34:40 +07:00
a87f11c1f4 feat: 添加 IonText 组件支持,更新依赖版本,优化默认布局和应用配置 2025-12-23 03:56:29 +07:00
66e2222c48 refactor: 重构UI组件库 2025-12-22 05:45:09 +07:00
b065dca018 feat: 添加文件上传组件,更新表单字段,优化描述输入逻辑 2025-12-21 19:22:17 +07:00
101554ef5e feat: 更新发行申请表单,添加订阅开始和结束时间字段,优化日期验证逻辑 2025-12-21 03:42:45 +07:00
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
7dd60df82e feat: 修改 SubscribeRwa 组件按钮样式,优化用户界面 2025-12-19 23:05:25 +07:00
384b0855d3 feat: 添加国际化支持,更新 RWA 申购页面和相关文本,优化用户体验 2025-12-19 23:02:09 +07:00
8f449f0c68 feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验 2025-12-19 22:46:32 +07:00
c3321bfbf1 feat: 添加 SubscribeRwa 组件,优化 RWA 申购功能并更新相关类型定义 2025-12-19 22:02:52 +07:00
2e2290022f feat: 添加日期验证功能,确保发行日期不早于当前日期,申购截止日期不早于发行日期 2025-12-19 19:35:43 +07:00
72775b4b37 feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验 2025-12-18 23:40:51 +07:00
3b2eb67ad1 feat: 添加国际化支持,更新市场和交易视图中的文本,优化用户体验 2025-12-18 22:30:25 +07:00
f570cbce84 feat: 更新环境配置,添加 API 地址,优化数据获取逻辑,支持振动反馈功能 2025-12-18 22:23:18 +07:00
bec77d187d feat: add QRCode scanner 2025-12-17 23:57:04 +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
b86f257e38 feat: 添加交易页面,更新路由配置,优化用户界面和样式 2025-12-13 17:39:59 +07:00
9f74717c56 feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑 2025-12-13 13:30:51 +07:00
5bd063f982 feat: 添加登录组件,更新认证流程,优化输入标签组件 2025-12-12 02:50:52 +07:00
2050184075 feat: 更新邮箱验证逻辑,添加用户姓名字段,优化组件交互 2025-12-12 02:17:35 +07:00
8d6e1b3835 feat: 更新默认布局,添加 Riwa 标签并调整样式 2025-12-12 01:27:08 +07:00
088ebf1f76 feat: 添加 Divider 和 Input 组件,更新主题变量 2025-12-12 00:11:27 +07:00
8e88f6a44c chore: 添加 Divider 组件 2025-12-11 22:31:44 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00
d2b796e434 chore: 重构路由和视图,移除旧的标签页并添加新的布局和页面 2025-12-11 13:25:56 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00