5 Commits

Author SHA1 Message Date
b6132ea30d feat: 添加应用版本管理功能;生成 version.json 文件并更新环境变量配置 2025-12-30 19:18:24 +07:00
9d6bceb6cd feat: 添加 Tailwind CSS 配置并优化组件样式 2025-12-14 20:31:52 +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
d860cdbd05 chore: update moduleResolution to bundler and add vitest configuration 2025-12-11 01:08:55 +07:00
cfc4f4e0f7 Initial commit 2025-12-10 23:59:23 +07:00