9 Commits

Author SHA1 Message Date
a547f00306 refactor: update dependencies to use catalog references 2026-01-14 01:58:27 +07:00
1ae1abed4d feat: 更新 ESLint 配置,添加 pnpm 锁定文件,修正依赖项格式 2026-01-12 14:30:55 +07:00
4902a155a1 feat: 更新用户转账二维码 2026-01-12 00:28:26 +07:00
93ece1f31b feat: 更新二维码扫描组件,添加文件上传功能和错误处理 2026-01-11 21:44:17 +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
508275403a chore: 优化 ESLint 规则,调整 no-console 和 no-debugger 的位置 2025-12-11 03:43:46 +07:00
2b0fe71283 chore: 更新 ESLint 配置,禁用未使用变量和导入的规则 2025-12-11 03:36:18 +07:00
52415f91b0 lint: format 2025-12-11 00:26:27 +07:00