Commit Graph

4 Commits

Author SHA1 Message Date
321b6b2c9a feat: 优化钱包同步逻辑,确保钱包列表按排序顺序展示 2026-01-19 03:37:18 +07:00
afc806381e feat: 更新 '@capp/eden' 依赖至 0.0.9,添加资产中心页面,优化钱包相关逻辑 2026-01-18 20:48:02 +07:00
967b87fc83 feat: 添加钱包功能,创建钱包状态管理,更新个人资料页面,优化样式和交互 2026-01-18 02:19:37 +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