Commit Graph

10 Commits

Author SHA1 Message Date
7c5e33cd7f feat: 更新 showToast 显示逻辑,添加错误代码上下文;更新语言存储键以包含应用版本 2026-01-22 18:07:42 +07:00
78c413a914 feat: 添加 Vant 组件库支持,优化 toast 消息显示逻辑 2026-01-22 17:47:15 +07:00
b8ac4bf1f2 feat: 添加 usePlatform 组合函数并在 App 组件中使用,优化路由动画效果 2026-01-20 16:02:21 +07:00
532b229299 feat: 添加产品申购功能,集成钱包选择和交易密码验证 2026-01-20 05:27:54 +07:00
40ad132ce7 feat: 添加 S3 文件上传功能,更新 '@capp/eden' 依赖至 0.0.11,优化实名认证表单逻辑 2026-01-18 22:52:44 +07:00
967b87fc83 feat: 添加钱包功能,创建钱包状态管理,更新个人资料页面,优化样式和交互 2026-01-18 02:19:37 +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