Commit Graph

3 Commits

Author SHA1 Message Date
超级老白兔
0decc34593 Enhance file upload process in devlop.py with progress tracking and remote file validation. Add aiType field to weChatGroup and ContractData interfaces for AI type differentiation. Update ChatWindow component to handle AI configuration changes and ensure proper database updates for contact and message management. Implement database versioning to include aiType in chatSessions and contactsUnified tables, with migration logic for existing data. Improve error handling and user feedback during configuration updates. 2025-10-28 16:55:55 +08:00
超级老白兔
2c539f4316 feat: 重构登录模块并添加验证码功能
- 将登录组件文件名从login.tsx改为Login.tsx
- 添加验证码图片显示和验证功能
- 修改登录后默认跳转路径为/ckbox/weChat
- 移除第三方登录功能
- 更新项目部署路径为tkb-wechat
- 清理无用路由模块
2025-09-11 16:44:35 +08:00
超级老白兔
9b3181576f feat: 初始化项目基础架构与核心功能
添加项目基础文件结构、路由配置、API接口和核心组件
实现登录认证、权限控制、WebSocket通信等基础功能
引入antd-mobile UI组件库和Vite构建工具
配置TypeScript、ESLint、Prettier等开发环境
添加移动端适配方案和全局样式
完成首页、工作台、个人中心等基础页面框架
2025-09-11 15:00:57 +08:00