Commit Graph

18 Commits

Author SHA1 Message Date
5f6b5383b2 feat: 将用户存储的 token 从同步改为异步存储 2026-01-13 00:31:31 +07:00
9f0f0a076c feat: 更新钱包存储,添加USDT余额同步功能并移除初始化钱包调用 2026-01-11 17:42:28 +07:00
3111436054 feat: 添加银行账户和货币选择组件,优化提现页面交互体验 2026-01-10 17:33:59 +07:00
ddb025b124 feat: 为通知路由添加认证要求,确保用户登录后才能访问 2026-01-08 01:04:30 +07:00
9747f300ac feat: 添加资产记录和资金、交易账户视图;更新钱包状态管理和路由配置 2026-01-06 16:01:01 +07:00
83c16fddd6 feat: 更新环境配置,调整 API URL 和库地址;添加 PWA 安装支持;更新路由和组件定义 2026-01-05 14:17:47 +07:00
f6c5c91ae5 feat: 在初始化钱包时同步支持银行数据 2025-12-25 19:11:49 +07:00
dd1dbd485f feat: 更新钱包状态管理,优化资产获取逻辑,支持资金和交易账户的分离 2025-12-24 05:28:49 +07:00
57e346df3f feat: 添加 IonSegment 和 IonSegmentButton 组件支持,更新 api-types 依赖版本,优化钱包状态获取逻辑 2025-12-24 01:20:24 +07:00
6d9b6b0a1b feat: 更新 @riwa/api-types 依赖至 0.0.49,优化用户数据处理逻辑 2025-12-22 05:45:24 +07:00
c76933a62a feat: 添加剪贴板功能,更新用户信息展示,优化用户设置界面 2025-12-21 05:00:00 +07:00
7dfc125f66 feat: 优化主题切换逻辑,添加浅色主题支持,更新相关样式 2025-12-21 04:41:44 +07:00
fcaf7db923 feat: 添加清除 Service Worker 缓存功能,优化缓存管理逻辑 2025-12-21 02:53:02 +07:00
7fcb2555a3 feat: 重构用户认证逻辑,添加导航重定向功能,更新相关组件和路由 2025-12-21 02:37:01 +07:00
a4034b6b78 feat: 添加用户设置功能,支持修改昵称和邮箱,重构相关路由和组件 2025-12-21 01:11:53 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +07:00
2f1881cc81 feat: 更新钱包管理功能,添加银行账户和余额的初始化逻辑,优化API请求和响应处理 2025-12-17 02:09:07 +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