Commit Graph

9 Commits

Author SHA1 Message Date
8b70c6a3e9 feat: internationalize various components and views with i18n translations 2026-01-14 04:24:44 +07:00
04bbee2533 fix: 更新所有页面中的工具栏类名为 "ion-toolbar" 2026-01-02 01:26:31 +07:00
03c923e9d2 feat: 添加自定义返回按钮组件并替换现有页面中的返回按钮 2025-12-27 20:38:55 +07:00
de18ebf370 feat: 添加 useRouterBack 组合函数,更新相关组件以支持返回功能,优化 API 类型定义,更新依赖版本 2025-12-22 04:43:46 +07:00
13943eec20 feat: 更新按钮样式,优化用户界面交互体验 2025-12-19 23:08:55 +07:00
3111b922fa feat: 添加法币充值和提现功能的国际化支持,更新相关组件文本 2025-12-15 00:50:44 +07:00
3b13a23982 style: 调整组件间距和样式以优化布局 2025-12-14 20:23:42 +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