Commit Graph

9 Commits

Author SHA1 Message Date
afc806381e feat: 更新 '@capp/eden' 依赖至 0.0.9,添加资产中心页面,优化钱包相关逻辑 2026-01-18 20:48:02 +07:00
35efe8e178 feat: 更新 '@capp/eden' 依赖至 0.0.8,优化支付页面表单逻辑和数据处理 2026-01-18 16:39:09 +07:00
f57178dd21 feat: 更新环境配置,修改 API 地址和版本,添加充值页面,集成支付方式选择和表单验证 2026-01-18 04:12:58 +07:00
7a7bac00de feat: 添加安全中心功能,支持更改登录密码和交易密码,集成表单验证和状态管理 2026-01-18 03:33:32 +07:00
1bdaad1434 feat: 添加签到功能,更新相关路由和组件,集成日期选择器 2026-01-18 01:45:22 +07:00
4dd2a49c70 feat: add Empty component and language management
- Introduced a new Empty component for displaying no data states.
- Added language management functionality with support for loading saved languages.
- Updated App.vue to load saved language on mount.
- Modified components.d.ts to include new components and global variables.
- Updated pnpm-lock.yaml and pnpm-workspace.yaml to use the latest version of @capp/eden.
- Refactored home and service views to utilize the new data fetching logic with infinite scroll.
- Removed unused images and added new service banner.
- Enhanced signup functionality to include toast notifications on successful sign-in.
2026-01-18 01:00:03 +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
5b6477559f feat: init 2026-01-16 13:01:40 +07:00