4.28第一次提交

This commit is contained in:
2026-04-28 16:21:46 +08:00
commit 3bc1e3194f
29 changed files with 1473 additions and 0 deletions

18
.claude/settings.json Normal file
View File

@@ -0,0 +1,18 @@
{
"permissions": {
"allow": [
"Read(//home/zuoww/.m2/**)",
"Read(//home/zuoww/.m2/repository/**)",
"Read(//home/zuoww/.m2/repository/com/tencentcloudapi/**)",
"Bash(mvn dependency:resolve -q)",
"Bash(./mvnw dependency:resolve -q)",
"Bash(chmod +x \"/home/zuoww/vscodeworkspace/vindata 1/vindata/mvnw\")",
"Bash(java -version)",
"Read(//usr/lib/**)",
"Read(//usr/local/**)",
"Read(//etc/alternatives/**)",
"Read(//home/zuoww/**)",
"WebFetch(domain:cloud.tencent.com)"
]
}
}