30 Commits

Author SHA1 Message Date
aac53793ba feat: 更新版本号至 0.0.4,替换应用图标为 riwsan.jpg,并优化相关文件 2026-01-15 06:08:27 +07:00
b1c57cd62e feat: 更新应用图标为 riwsan.png,并在相关文件中进行相应修改 2026-01-15 05:50:01 +07:00
87782ad55d feat: 添加环境配置文件,更新.gitignore以排除dist-test目录,新增构建和预览测试脚本 2026-01-15 00:57:35 +07:00
60c2adadda fix: 修复最大缓存文件大小设置,确保缓存管理正常 2026-01-15 00:00:11 +07:00
f1f99ad587 feat: 添加服务条款页面及相关逻辑,更新用户注册流程以要求同意条款 2026-01-13 23:34:06 +07:00
ee755dc36e feat: 重构 RWADatafeed 以使用 TradeWebSocket,优化订阅和取消订阅逻辑;在转账组件中添加币种选择和可用余额同步功能 2026-01-13 18:56:47 +07:00
3cd91fcad0 feat: 添加 unselectable 类,更新样式导入,优化返回按钮图标插槽,修改应用名称为 Riwsan 2026-01-10 13:05:54 +07:00
04a5beed89 feat: 集成二维码扫描功能,优化视频流处理,添加 vconsole 和 SSL 插件 2026-01-08 15:23:25 +07:00
f8c77ad93e feat: update Vite PWA configuration for improved caching and asset management 2026-01-06 22:41:04 +07:00
10cdf2797c feat: 添加 PWA 下载页面和路由配置;更新 PWA 图标设置 2026-01-06 17:11:49 +07:00
fd5f835e5c feat: 修改tradingview的websocket请求方式 2026-01-04 21:01:29 +07:00
b6132ea30d feat: 添加应用版本管理功能;生成 version.json 文件并更新环境变量配置 2025-12-30 19:18:24 +07:00
5b1ebac9c4 feat: 添加应用版本检查与更新提示功能;更新环境变量以支持版本管理 2025-12-30 18:18:02 +07:00
f570cbce84 feat: 更新环境配置,添加 API 地址,优化数据获取逻辑,支持振动反馈功能 2025-12-18 22:23:18 +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
f5c7b1fb0a feat: 添加国际化支持,更新相关配置和组件,优化余额格式化 2025-12-13 20:03:34 +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
5bd063f982 feat: 添加登录组件,更新认证流程,优化输入标签组件 2025-12-12 02:50:52 +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
12920aac18 chore: 添加服务器配置,确保主机可访问 2025-12-11 17:48:52 +07:00
6b5d522bc6 chore: 添加环境变量配置,集成自动导入和组件插件,重构路由和组件 2025-12-11 16:30:45 +07:00
d860cdbd05 chore: update moduleResolution to bundler and add vitest configuration 2025-12-11 01:08:55 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00