- 修复BCryptPasswordEncoder密码验证问题 - 实现密码设置提示弹窗功能(仅对无密码用户显示一次) - 优化修改密码逻辑和验证流程 - 更新Welcome页面背景样式 - 清理临时SQL文件和测试代码 - 移动数据库备份文件到database/backups目录 - 删除不必要的MD文档和临时文件
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(if exist dist rmdir /s /q dist)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm run dev:*)",
|
|
"Bash(npm install)",
|
|
"Bash(npm cache clean:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git checkout:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|