18 Commits

Author SHA1 Message Date
129fd3660e feat: 更新 VITE_API_URL 至生产环境地址,移除不必要的 showToast 导入 2026-03-08 19:16:36 +07:00
d472a0d905 feat: 移除不必要的 toastController 导入,优化密码修改成功提示逻辑 2026-01-26 15:19:27 +07:00
bf2aee8172 feat: 更新环境配置,修改 VITE_API_URL 和 @capp/eden 依赖版本,优化资产详情页面数据获取逻辑 2026-01-25 18:39:27 +07:00
3f9d3d3510 feat: 添加二维码下载功能,优化邀请页面的用户体验 2026-01-24 19:04:26 +07:00
0be8edd0a5 feat: 更新收款账户添加按钮的路由,从 '/bank_accounts/add' 改为 '/payment/add' 2026-01-22 21:46:14 +07:00
a21ef1ebcc feat: 添加新闻模块,更新路由和组件,优化新闻列表和详情页 2026-01-22 19:33:44 +07:00
5cb485f4d2 feat: 使用 showToast 和 showSuccessToast 替换 toastController,简化提示逻辑 2026-01-22 19:18:42 +07:00
06e8c0d630 feat: 添加 showToast 到 Vue 模块类型声明;更新应用版本至 0.0.2 2026-01-22 18:08:35 +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
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