Commit Graph

85 Commits

Author SHA1 Message Date
0cefa47b46 feat: tailwind and nuxt ui 2025-12-14 18:43:31 +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
49414095f1 chore: 更换为tailwind4 2025-12-14 01:09:39 +07:00
f78dfa87ed feat: 添加法币充值页面,更新相关路由和组件,优化钱包卡片以支持充值功能 2025-12-14 00:52:28 +07:00
2c4df90b31 feat: 更新 API 地址,添加充值渠道组件,优化钱包卡片以支持充值功能 2025-12-13 22:21:58 +07:00
d5b632bc3a feat: 更新余额格式化逻辑,优化钱包卡片组件以显示资产余额 2025-12-13 21:16:01 +07:00
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +07:00
3866c85815 feat: 更新 API 地址,优化样式和组件,添加新主题变量 2025-12-13 18:50:24 +07:00
b86f257e38 feat: 添加交易页面,更新路由配置,优化用户界面和样式 2025-12-13 17:39:59 +07:00
378514c7b9 feat: 更新环境变量配置,添加 API 代理支持,新增 API 接口文件 2025-12-13 16:29:23 +07:00
7d60a47787 feat: 更新链上地址页面和用户信息组件,优化地址和 UID 显示样式 2025-12-13 15:55:18 +07:00
36f29c7cd8 feat: add unocss 2025-12-13 15:50:19 +07:00
cfee4c1c77 feat: 添加链上地址页面,更新路由配置并优化用户信息组件链接 2025-12-13 15:02:39 +07:00
9f74717c56 feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑 2025-12-13 13:30:51 +07:00
8337635d40 feat: 更新用户信息组件,添加复制图标并优化用户 UID 显示样式 2025-12-12 17:13:28 +07:00
e7356e75ec feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱 2025-12-12 16:52:41 +07:00
2d82ef6e35 feat: 重构登录和注册流程,添加邮箱验证和验证码输入组件,优化样式 2025-12-12 14:44:30 +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
f0bffb821c feat: 更新路由重定向至 riwa 页面并添加 riwa 视图组件 2025-12-12 01:27:04 +07:00
7d7c85f669 feat: 修复组件导入名称并添加验证代码组件 2025-12-12 00:53:11 +07:00
4a384de968 refactor: signup component 2025-12-12 00:51:36 +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
088ebf1f76 feat: 添加 Divider 和 Input 组件,更新主题变量 2025-12-12 00:11:27 +07:00
98b8b1aab6 chore: 修改api请求代理 2025-12-12 00:11:08 +07:00
0b0239ec2c chore: add vueuse util 2025-12-11 22:32:45 +07:00
7afdf84ef1 feat: add email sign up 2025-12-11 22:32:23 +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
0af835e17c chore: 添加 better-auth 依赖并创建 authClient 实例 2025-12-11 03:36:30 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00