Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-01-18 19:38:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8622ac87a6d48c8f71eb4679211469e683b6bd13
8622ac87
1 parent
baec8d01
feat: 在设置文件中添加Bash(grep:*)权限
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
.claude/settings.local.json
.claude/settings.local.json
View file @
8622ac8
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
3
"allow"
:
[
3
"allow"
:
[
4
"Bash(tree:*)"
,
4
"Bash(tree:*)"
,
5
"Bash(xargs awk:*)"
,
5
"Bash(xargs awk:*)"
,
6
-
"Bash(find:*)"
6
+
"Bash(find:*)"
,
7
+
"Bash(grep:*)"
7
]
8
]
8
}
9
}
9
}
10
}
...
...
Please
register
or
login
to post a comment