.1493611932038640:c1f584b84e4ed66dfbe22d1c123d7f3c_69e8e5989abc558be4f41288.69ea2dfbfcf5e1ee61387140.69ea2dfb77e08b69afe7f01d:Trae CN.T(2026/4/23 22:34:35)#6
Conversation
- 创建后端应用目录结构 - 添加FastAPI等后端依赖 - 初始化前端node_modules基础依赖
- 添加用户认证系统,包括登录、注册和权限管理 - 实现实验室、设备、预约、实验记录等核心模块 - 添加考勤管理和维护管理功能 - 集成通知系统和仪表板统计 - 完善前后端交互和API接口 - 优化前端路由和状态管理
refactor(auth): 使用SHA256预处理密码后再进行bcrypt哈希 chore: 更新前端pinia依赖至2.3.1版本 build: 更新package-lock.json版本号至1.0.0
- 在登录页面添加注册表单和切换功能 - 实现用户注册API及前端交互 - 添加密码修改功能,包括前后端验证 - 完善密码哈希处理和安全验证逻辑 - 更新用户模型和API接口以支持新功能
移除passlib依赖,直接使用bcrypt库进行密码哈希和验证 优化密码处理逻辑,确保正确处理UTF-8编码和长度限制
- 新增实验室介绍相关路由和模型 - 实现教师、研究方向、研究成果等子模块 - 添加实验室成员和团建活动管理 - 新增服务器管理和计算任务功能 - 实现使用记录统计和监控 - 更新前端路由和类型定义 - 完善API接口和数据库模型
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.