4 Commits

Author SHA1 Message Date
934ee073cb feat: 更新 API 地址,修改首页和支付页面的逻辑,优化收款方式管理功能 2026-01-18 16:02:00 +07:00
f57178dd21 feat: 更新环境配置,修改 API 地址和版本,添加充值页面,集成支付方式选择和表单验证 2026-01-18 04:12:58 +07:00
7ec2522fa0 feat: update environment variables for development and production; add user store and authentication client
- Updated VITE_API_URL in .env.development to point to local server.
- Retained VITE_API_URL in .env.production for production use.
- Added user store for managing user profile and authentication state.
- Created authentication client for handling user login and token management.
- Introduced safeClient utility for making API requests with error handling.
- Updated various components and views to utilize new user store and authentication logic.
- Enhanced UI styles for better visual consistency across the application.
2026-01-17 17:23:38 +07:00
5b6477559f feat: init 2026-01-16 13:01:40 +07:00