Commit Graph

6 Commits

Author SHA1 Message Date
7abde6de23 feat: 优化登录和注册页面的布局与样式;调整字体大小和间距 2026-01-22 18:27:53 +07:00
7c5e33cd7f feat: 更新 showToast 显示逻辑,添加错误代码上下文;更新语言存储键以包含应用版本 2026-01-22 18:07:42 +07:00
78c413a914 feat: 添加 Vant 组件库支持,优化 toast 消息显示逻辑 2026-01-22 17:47:15 +07:00
bba7e994a4 feat: 更新环境变量配置,统一API地址为https://capp-api.riwsan.com,并优化错误处理逻辑 2026-01-20 15:29:32 +07:00
afc806381e feat: 更新 '@capp/eden' 依赖至 0.0.9,添加资产中心页面,优化钱包相关逻辑 2026-01-18 20:48:02 +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