Commit Graph

11 Commits

Author SHA1 Message Date
2e2386f437 feat: 添加横幅轮播和公告功能,支持自动切换和点击事件 2026-01-18 16:20:47 +07:00
934ee073cb feat: 更新 API 地址,修改首页和支付页面的逻辑,优化收款方式管理功能 2026-01-18 16:02:00 +07:00
c2f6af8625 feat: 添加实名认证功能,更新路由和组件,优化个人设置页面 2026-01-18 02:57:39 +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
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
1239935b57 feat: 添加邀请页面,包含邀请信息和二维码,优化邀请功能和样式 2026-01-17 15:00:08 +07:00
405332b040 feat: 添加签到页面,包含签到信息和记录展示,优化页面布局和样式 2026-01-17 03:46:59 +07:00
6ee98bf326 feat: 添加注册页面,包含横幅和签到按钮,优化页面布局和样式 2026-01-17 03:22:32 +07:00
396ec713c3 feat: 添加个人资料页面,更新服务和产品页面,优化图标和样式 2026-01-17 02:23:38 +07:00
73f755cc23 feat: 添加服务页面,更新首页以显示国徽图片 2026-01-16 22:19:39 +07:00
82b194ed8d feat: 添加首页横幅图片,更新页面样式和内容 2026-01-16 22:02:30 +07:00