Commit Graph

22 Commits

Author SHA1 Message Date
2402337162 feat: 添加 TradingView 相关环境变量和初始化逻辑;重构交易视图组件 2025-12-30 00:09:38 +07:00
ee07f06d9e feat: 添加通知功能,集成模拟数据并更新通知视图 2025-12-27 01:30:37 +07:00
df9c9da25e feat: 添加 IonRouterOutlet 组件支持,优化 App 组件的路由动画设置 2025-12-23 05:50:51 +07:00
a87f11c1f4 feat: 添加 IonText 组件支持,更新依赖版本,优化默认布局和应用配置 2025-12-23 03:56:29 +07:00
7a347c0ad6 feat: 更新组件声明,添加缺失的Ionic组件支持,优化应用初始化逻辑 2025-12-22 06:04:18 +07:00
66e2222c48 refactor: 重构UI组件库 2025-12-22 05:45:09 +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
c2a8f026dd feat: 移除未使用的导入,优化代码结构 2025-12-20 03:59:12 +07:00
5c06c7ce0a feat: 添加主题管理功能,更新系统设置页面,优化用户体验 2025-12-20 03:48:01 +07:00
916cbe9d24 feat: 添加语言管理功能,更新系统设置页面,优化用户体验 2025-12-20 02:23:55 +07:00
0bccd85744 feat: 更新环境配置,修改 API 地址,添加格式化金额功能,优化 RWA 交易视图 2025-12-19 18:01:21 +07:00
88b05581b5 feat: 添加路由守卫,优化路由管理并清理钱包卡片组件逻辑 2025-12-16 16:16:30 +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
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +07:00
36f29c7cd8 feat: add unocss 2025-12-13 15:50:19 +07:00
e7356e75ec feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱 2025-12-12 16:52:41 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00