35 Commits

Author SHA1 Message Date
edc81c5234 feat: 添加文件上传功能,集成 S3 上传,优化上传进度显示和错误处理 2026-01-08 16:56:41 +07:00
08939bec64 feat: 添加 S3 上传功能,包含预签名 URL 获取和上传选项 2026-01-08 13:13:35 +07:00
83c16fddd6 feat: 更新环境配置,调整 API URL 和库地址;添加 PWA 安装支持;更新路由和组件定义 2026-01-05 14:17:47 +07:00
cde6cd9bb5 feat: 添加通知详情页面及通知列表点击跳转功能;优化分隔线样式 2025-12-30 20:14:26 +07:00
2402337162 feat: 添加 TradingView 相关环境变量和初始化逻辑;重构交易视图组件 2025-12-30 00:09:38 +07:00
51feb991b8 feat: 更新交易视图,添加成交量数据支持并优化用户界面 2025-12-28 17:59:40 +07:00
b6cb514bcd feat: 添加平台检测功能,优化路由动画效果 2025-12-28 01:53:08 +07:00
4a3de581d8 feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由 2025-12-27 19:55:45 +07:00
5ff44e4de0 feat: 集成二维码扫描功能,更新相关组件和国际化支持 2025-12-24 04:34:40 +07:00
df9c9da25e feat: 添加 IonRouterOutlet 组件支持,优化 App 组件的路由动画设置 2025-12-23 05:50:51 +07:00
de18ebf370 feat: 添加 useRouterBack 组合函数,更新相关组件以支持返回功能,优化 API 类型定义,更新依赖版本 2025-12-22 04:43:46 +07:00
c76933a62a feat: 添加剪贴板功能,更新用户信息展示,优化用户设置界面 2025-12-21 05:00:00 +07:00
7fcb2555a3 feat: 重构用户认证逻辑,添加导航重定向功能,更新相关组件和路由 2025-12-21 02:37:01 +07:00
a4034b6b78 feat: 添加用户设置功能,支持修改昵称和邮箱,重构相关路由和组件 2025-12-21 01:11:53 +07:00
11bcbafd6e feat: 添加支持过期时间的存储缓存功能,优化语言加载逻辑 2025-12-20 05:17:42 +07:00
5c06c7ce0a feat: 添加主题管理功能,更新系统设置页面,优化用户体验 2025-12-20 03:48:01 +07:00
916cbe9d24 feat: 添加语言管理功能,更新系统设置页面,优化用户体验 2025-12-20 02:23:55 +07:00
2703e6d007 feat: 添加系统设置页面,集成应用更新和缓存管理功能,优化用户体验 2025-12-20 01:32:33 +07:00
8f449f0c68 feat: 更新 SubscribeRwa 组件,添加数量输入验证和申购成功提示,优化用户体验 2025-12-19 22:46:32 +07:00
c3321bfbf1 feat: 添加 SubscribeRwa 组件,优化 RWA 申购功能并更新相关类型定义 2025-12-19 22:02:52 +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
5cf5052a51 feat: 添加交易视图功能,集成 lightweight-charts 库,优化数据展示 2025-12-18 02:48:34 +07:00
bec77d187d feat: add QRCode scanner 2025-12-17 23:57:04 +07:00
ec9ceb31ba feat: 更新银行卡管理功能,添加支持银行数据,优化表单交互和样式 2025-12-17 03:59:47 +07:00
2f1881cc81 feat: 更新钱包管理功能,添加银行账户和余额的初始化逻辑,优化API请求和响应处理 2025-12-17 02:09:07 +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
f78dfa87ed feat: 添加法币充值页面,更新相关路由和组件,优化钱包卡片以支持充值功能 2025-12-14 00:52:28 +07:00
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +07:00
9f74717c56 feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑 2025-12-13 13:30:51 +07:00
5bd063f982 feat: 添加登录组件,更新认证流程,优化输入标签组件 2025-12-12 02:50:52 +07:00
d9860582dd feat: 更新组件类型定义,添加新的 UI 组件支持 2025-12-12 00:11:42 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00