This commit is contained in:
yinsx
2025-12-24 15:15:13 +08:00
commit df085f3f8f
27 changed files with 1926 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python run.py:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(dir:*)"
]
}
}