feat:修改json

This commit is contained in:
TianyangZhang 2026-03-26 14:07:34 +08:00
parent 92c55e8691
commit 61d933b36c
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"permissions": {
"allow": [
"Bash(venv/Scripts/python.exe -c \":*)",
"Bash(rm -f \"media/Structural Concrete - 2022 - Faleschini - Reliabilitybased design of transmission and anchorage lengths in prestressed.pdf\")",
"Bash(rm -f media/test_hindawi.pdf)",
"Bash(python:*)",
"Bash(source venv/Scripts/activate)",
"Bash(echo \"http_proxy=$http_proxy\")",
"Bash(echo \"https_proxy=$https_proxy\")",
"Bash(echo \"HTTP_PROXY=$HTTP_PROXY\")",
"Bash(echo \"HTTPS_PROXY=$HTTPS_PROXY\")",
"Bash(echo \"all_proxy=$all_proxy\")",
"Read(//c/code/paper_server/venv/Scripts/**)",
"Read(//c/code/paper_server/.venv/Scripts/**)",
"Bash(source C:/code/paper_server/paper_server/venv/Scripts/activate)",
"Bash(/c/software/python3_10/python -c \"import django; print\\(django.__version__\\)\")"
]
}
}