Commit Graph

6 Commits

Author SHA1 Message Date
4fd3a691ee feat: 修改登录页面的协议复选框颜色,提升视觉一致性;更新绑定邀请码页面的头部样式,增强用户体验 2026-01-20 00:12:09 +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
c0e7102d9b feat: 更新首页,添加公告和新闻列表,优化样式和交互效果 2026-01-16 17:32:58 +07:00
f045810dd4 feat: 更新登录和注册页面,添加表单验证和样式 2026-01-16 15:29:10 +07:00
c74a3dd930 feat: 添加后退按钮组件并更新认证路由和视图 2026-01-16 13:20:59 +07:00