This commit is contained in:
yinsx
2025-12-13 15:40:01 +08:00
commit 39c0f7e708
104 changed files with 6460 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"permissions": {
"allow": [
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(taskkill:*)",
"Bash(cat:*)",
"Bash(npm install:*)",
"Bash(npx vue-tsc:*)",
"Bash(xargs cat:*)",
"Bash(find:*)",
"Bash(npm run dev:*)",
"Bash(timeout 10 npm run dev:*)"
]
}
}