大屏获取试验室

This commit is contained in:
lhx
2025-11-12 16:42:07 +08:00
parent e1ae4b80b1
commit f963c9cfad
21 changed files with 3083 additions and 99 deletions

View File

@@ -2,7 +2,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 {} +)"
"Bash(find src/main/java/com/dc/dc_project/controller -name \"*.java\" -exec wc -l {} +)",
"Bash(./mvnw dependency:tree -Dverbose)",
"Bash(./mvnw spring-boot:run --debug)",
"Bash(./mvnw clean compile -DskipTests)"
],
"deny": [],
"ask": []