Commit Graph

27 Commits

Author SHA1 Message Date
6d9b6b0a1b feat: 更新 @riwa/api-types 依赖至 0.0.49,优化用户数据处理逻辑 2025-12-22 05:45:24 +07:00
de18ebf370 feat: 添加 useRouterBack 组合函数,更新相关组件以支持返回功能,优化 API 类型定义,更新依赖版本 2025-12-22 04:43:46 +07:00
00f27bf50a feat: 添加我的发行申请页面及相关组件,更新路由和国际化支持 2025-12-21 21:19:46 +07:00
62d33a773a feat: 更新 RWA 数据类型,优化订阅相关字段,添加 RWA 详情组件 2025-12-21 18:42:36 +07:00
7fcb2555a3 feat: 重构用户认证逻辑,添加导航重定向功能,更新相关组件和路由 2025-12-21 02:37:01 +07:00
a4034b6b78 feat: 添加用户设置功能,支持修改昵称和邮箱,重构相关路由和组件 2025-12-21 01:11:53 +07:00
57bbebe961 refactor: 重构登陆模块 2025-12-20 21:38:49 +07:00
82fe8e8f6f feat: 更新 @riwa/api-types 依赖地址,优化语言加载逻辑 2025-12-20 04:44:13 +07:00
521585035e feat: 添加我的申购页面,更新路由和国际化支持,优化用户体验 2025-12-20 00:42:35 +07:00
0bccd85744 feat: 更新环境配置,修改 API 地址,添加格式化金额功能,优化 RWA 交易视图 2025-12-19 18:01:21 +07:00
f570cbce84 feat: 更新环境配置,添加 API 地址,优化数据获取逻辑,支持振动反馈功能 2025-12-18 22:23:18 +07:00
8bf6c06889 feat: 更新 API 地址,添加新的类型定义,优化表单提交逻辑 2025-12-17 23:57:13 +07:00
5b5fcf9d44 feat: 更新 API 地址,添加分类组件,优化市场页面布局和功能 2025-12-17 20:27:58 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +07:00
2575fa4e00 feat: 更新提现功能,优化错误处理逻辑,添加成功提示信息,改进界面交互 2025-12-17 02:26:05 +07:00
2f1881cc81 feat: 更新钱包管理功能,添加银行账户和余额的初始化逻辑,优化API请求和响应处理 2025-12-17 02:09:07 +07:00
3cdb71effc feat: 更新银行卡管理功能,添加银行卡和删除银行卡的逻辑,优化API请求方式 2025-12-17 01:31:17 +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
f112371efa feat: 使用 safeClient 封装 API 调用并处理错误提示 2025-12-14 20:40:17 +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
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +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