Commit Graph

13 Commits

Author SHA1 Message Date
f5255bfb9d feat: 添加支付方式管理功能,创建支付方式列表和添加支付方式页面,集成表单验证和状态管理 2026-01-18 03:17:03 +07:00
46c198c101 feat: 添加地址管理功能,创建地址列表和添加地址页面,集成表单验证和状态管理 2026-01-18 03:03:46 +07:00
c2f6af8625 feat: 添加实名认证功能,更新路由和组件,优化个人设置页面 2026-01-18 02:57:39 +07:00
1bdaad1434 feat: 添加签到功能,更新相关路由和组件,集成日期选择器 2026-01-18 01:45:22 +07:00
51719cd229 feat: 添加用户认证功能,优化登录和注册流程,集成表单验证和加载状态 2026-01-17 21:18:51 +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
1239935b57 feat: 添加邀请页面,包含邀请信息和二维码,优化邀请功能和样式 2026-01-17 15:00:08 +07:00
6ee98bf326 feat: 添加注册页面,包含横幅和签到按钮,优化页面布局和样式 2026-01-17 03:22:32 +07:00
396ec713c3 feat: 添加个人资料页面,更新服务和产品页面,优化图标和样式 2026-01-17 02:23:38 +07:00
029f8d7be6 feat: 添加产品页面,展示基金产品列表及相关信息 2026-01-16 22:43:21 +07:00
73f755cc23 feat: 添加服务页面,更新首页以显示国徽图片 2026-01-16 22:19:39 +07:00
c74a3dd930 feat: 添加后退按钮组件并更新认证路由和视图 2026-01-16 13:20:59 +07:00
5b6477559f feat: init 2026-01-16 13:01:40 +07:00