绿色包保存

This commit is contained in:
2025-11-27 20:50:59 +08:00
parent a7487c24bf
commit 2322858bc4
20 changed files with 2441 additions and 249 deletions

View File

@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(\"build/extraResources/jre/bin/java.exe\" -version)",
"Bash(npm run build-frontend:*)",
"Bash(taskkill:*)",
"Bash(iconv:*)",
"Bash(powershell:*)",
"Bash(del:*)"
],
"deny": [],
"ask": []
}
}