初始化

This commit is contained in:
lhx
2025-11-12 11:45:35 +08:00
parent 24ad0eadca
commit e1ae4b80b1
88 changed files with 2858 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(tree src/main/java -L 3 -I 'target')",
"Bash(find src/main/java/com/dc/dc_project/controller -name \"*.java\" -exec wc -l {} +)"
],
"deny": [],
"ask": []
}
}