Commit Graph

73 Commits

Author SHA1 Message Date
ef76de7a5c feat: 添加加密货币图标支持,优化资产展示组件 2025-12-17 15:52:24 +07:00
90a1c129ad Refactor code structure for improved readability and maintainability 2025-12-17 04:59:41 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +07:00
3cdb71effc feat: 更新银行卡管理功能,添加银行卡和删除银行卡的逻辑,优化API请求方式 2025-12-17 01:31:17 +07:00
2d1454d08e feat: 实现发行申请提交 2025-12-16 03:49:39 +07:00
8d0ba768a9 feat: 更新 API 类型和组件,重命名市场为交易,添加操作包装器组件 2025-12-15 00:25:03 +07:00
70f87d07f6 refactor: remove @nuxt/ui integration and update Vite configuration
- Removed @nuxt/ui plugin from main.ts and index.css
- Updated vite.config.ts to replace @nuxt/ui with unplugin-auto-import and unplugin-vue-components for better component auto-importing and resolution
2025-12-14 20:17:52 +07:00
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
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
36f29c7cd8 feat: add unocss 2025-12-13 15:50:19 +07:00
e7356e75ec feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱 2025-12-12 16:52:41 +07:00
14618192ca feat: 添加 Material Icon 主题支持,更新组件类型定义和 Vite 配置 2025-12-12 00:42:28 +07:00
1c32b9980f feat: 更新环境变量配置,添加 dotenv 支持并修改 API 代理地址 2025-12-12 00:19:12 +07:00
98b8b1aab6 chore: 修改api请求代理 2025-12-12 00:11:08 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00
0af835e17c chore: 添加 better-auth 依赖并创建 authClient 实例 2025-12-11 03:36:30 +07:00
22f706a53e chore: add ios platform 2025-12-11 01:04:16 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00