6 Commits

Author SHA1 Message Date
c68b2d2af0 feat: 添加 @types/markdown-it 类型定义到依赖和工作区配置中 2026-01-22 22:19:55 +07:00
06e8c0d630 feat: 添加 showToast 到 Vue 模块类型声明;更新应用版本至 0.0.2 2026-01-22 18:08:35 +07:00
78c413a914 feat: 添加 Vant 组件库支持,优化 toast 消息显示逻辑 2026-01-22 17:47:15 +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