- 修复BCryptPasswordEncoder密码验证问题 - 实现密码设置提示弹窗功能(仅对无密码用户显示一次) - 优化修改密码逻辑和验证流程 - 更新Welcome页面背景样式 - 清理临时SQL文件和测试代码 - 移动数据库备份文件到database/backups目录 - 删除不必要的MD文档和临时文件
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mvn clean package:*)",
|
|
"Bash(powershell.exe -ExecutionPolicy Bypass -File deploy.ps1)",
|
|
"Bash(mvn clean spring-boot:run:*)",
|
|
"Bash(where:*)",
|
|
"Bash(cmd.exe /c mvnw.cmd clean spring-boot:run -DskipTests)",
|
|
"Bash(tasklist:*)",
|
|
"Bash(netstat:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(powershell.exe -Command \"cd ''C:\\Users\\UI\\Desktop\\AIGC\\demo''; mvn clean compile -DskipTests\")",
|
|
"Bash(npm install:*)",
|
|
"Bash(npm cache clean:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(powershell.exe -Command \"Start-Sleep -Seconds 5\")",
|
|
"Bash(findstr:*)",
|
|
"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": []
|
|
}
|
|
}
|