fix(script): cannot use a specific version

This commit is contained in:
Acbox
2026-03-14 22:53:52 +08:00
parent dec98e6fc7
commit 50ea54abbe
2 changed files with 20 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"Bash(git log:*)",
"Bash(find:*)",
"Bash(grep:*)"
]
}
}