feat: 完成管理员密码登录修复和项目清理

- 修复BCryptPasswordEncoder密码验证问题
- 实现密码设置提示弹窗功能(仅对无密码用户显示一次)
- 优化修改密码逻辑和验证流程
- 更新Welcome页面背景样式
- 清理临时SQL文件和测试代码
- 移动数据库备份文件到database/backups目录
- 删除不必要的MD文档和临时文件
This commit is contained in:
AIGC Developer
2025-11-21 16:10:00 +08:00
parent 2961d2b0d0
commit dbd06435cb
384 changed files with 8064 additions and 5080 deletions

View File

@@ -16,7 +16,13 @@
"Bash(timeout:*)",
"Bash(powershell.exe -Command \"Start-Sleep -Seconds 5\")",
"Bash(findstr:*)",
"Bash(powershell.exe -Command \"Get-Process node | Stop-Process -Force\")"
"Bash(powershell.exe -Command \"Get-Process node | Stop-Process -Force\")",
"Bash(npm run build:*)",
"Bash(dir:*)",
"Bash(cmd.exe /c mvnw.cmd clean install -DskipTests)",
"Bash(powershell.exe -Command \"cd ''C:\\Users\\UI\\Desktop\\AIGC\\demo''; .\\mvnw.cmd clean compile -DskipTests\")",
"Bash(powershell.exe -Command \"Get-Process java | Stop-Process -Force\")",
"Bash(powershell.exe -Command \"Start-Sleep -Seconds 3\")"
],
"deny": [],
"ask": []