feat 优化

This commit is contained in:
Ironsp
2026-07-02 10:02:43 +08:00
parent 72716e0fa9
commit da108742cc
2 changed files with 37 additions and 0 deletions

12
.github/hooks/rtk-rewrite.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"hooks": {
"PreToolUse": [
{
"type": "command",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
]
}
}