5 Commits

Author SHA1 Message Date
129fd3660e feat: 更新 VITE_API_URL 至生产环境地址,移除不必要的 showToast 导入 2026-03-08 19:16:36 +07:00
bf2aee8172 feat: 更新环境配置,修改 VITE_API_URL 和 @capp/eden 依赖版本,优化资产详情页面数据获取逻辑 2026-01-25 18:39:27 +07:00
bba7e994a4 feat: 更新环境变量配置,统一API地址为https://capp-api.riwsan.com,并优化错误处理逻辑 2026-01-20 15:29:32 +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