Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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-28 21:20:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fbd8abae60f9144864f7767a6c13272221b07698
fbd8abae
1 parent
7541796c
chore: 在 Claude 设置中添加 git commit 命令支持
Show 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 @
fbd8aba
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
9
"Bash(pnpm lint:*)"
,
9
"Bash(pnpm lint:*)"
,
10
"Bash(pnpm list:*)"
,
10
"Bash(pnpm list:*)"
,
11
"Bash(pnpm format:*)"
,
11
"Bash(pnpm format:*)"
,
12
-
"Bash(git add:*)"
12
+
"Bash(git add:*)"
,
13
+
"Bash(git commit:*)"
13
]
14
]
14
}
15
}
15
}
16
}
...
...
Please
register
or
login
to post a comment