Commit Graph

25 Commits

Author SHA1 Message Date
d8204db197 feat: 更新 API 地址,添加 IonFooter 组件及其样式,优化交易视图布局 2025-12-19 18:51:23 +07:00
0bccd85744 feat: 更新环境配置,修改 API 地址,添加格式化金额功能,优化 RWA 交易视图 2025-12-19 18:01:21 +07:00
72775b4b37 feat: 添加 UiTag 组件,更新路由和市场视图,优化用户体验 2025-12-18 23:40:51 +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
1cfa5e8618 feat: 添加IonRippleEffect组件到wallet-card,优化充值和提现按钮的交互效果 2025-12-17 03:59:38 +07:00
20fc071ebb feat: 更新capacitor配置,添加服务器设置以支持HTTP连接 2025-12-16 15:56:43 +07:00
2d1454d08e feat: 实现发行申请提交 2025-12-16 03:49:39 +07:00
47f8418ddf feat: 添加性别枚举,更新用户设置页面以支持性别选择和生日选择功能 2025-12-15 02:01:27 +07:00
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