2025-11-13 17:01:39 +08:00
|
|
|
{
|
|
|
|
|
"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:*)",
|
2025-11-21 16:10:00 +08:00
|
|
|
"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\")"
|
2025-11-13 17:01:39 +08:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|