fix: 修复日志功能

This commit is contained in:
2025-12-08 22:51:51 +08:00
parent 6f7963a73b
commit c61ee69561
14 changed files with 374 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(find ./aioj-backend-common -path \"*common-log*pom.xml\" -exec cat {} ;)"
],
"deny": [],
"ask": []
}
}