feat: 批量下载脚本、依赖文件、说明书

This commit is contained in:
afei A
2026-03-19 13:47:53 +08:00
parent 1edabd6d3b
commit 25059a50a2
8 changed files with 368 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
"allow": [
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(python -c \"import ast, sys; ast.parse\\(open\\('sap-c4c-AttachmentFolder.py'\\).read\\(\\)\\); print\\('语法检查通过'\\)\")"
"Bash(python -c \"import ast, sys; ast.parse\\(open\\('sap-c4c-AttachmentFolder.py'\\).read\\(\\)\\); print\\('语法检查通过'\\)\")",
"Bash(git commit:*)",
"Bash(head:*)",
"Bash(python3:*)"
]
}
}