| 12345678910111213141516171819202122 |
- {
- "permissions": {
- "allow": [
- "Bash(ls:*)",
- "Bash(dir:*)",
- "Bash(mvn dependency:tree:*)",
- "Bash(tasklist:*)",
- "Bash(findstr:*)",
- "Bash(netstat:*)",
- "Bash(taskkill:*)",
- "Bash(curl:*)",
- "Bash(git restore:*)",
- "Bash(npm run dev:mp-weixin:*)",
- "Bash(stat:*)",
- "Bash(grep:*)",
- "Bash(npm run build:h5:*)",
- "Bash(npm install:*)",
- "Bash(find:*)",
- "Bash(git checkout:*)"
- ]
- }
- }
|