Files
Yi.Admin/Yi.Ai.Vue3/.claude/settings.local.json

17 lines
348 B
JSON
Raw Normal View History

2025-11-17 01:05:57 +08:00
{
"permissions": {
"allow": [
2025-12-10 01:34:40 +08:00
"Bash(npx vue-tsc --noEmit)",
2025-12-28 22:42:17 +08:00
"Bash(timeout 60 npx vue-tsc:*)",
2026-01-19 22:15:01 +08:00
"Bash(npm run dev:*)",
"Bash(taskkill:*)",
"Bash(timeout /t 5 /nobreak)",
2026-01-26 21:08:21 +08:00
"Bash(git checkout:*)",
"Bash(npm install marked --save)",
"Bash(pnpm add marked)"
2025-11-17 01:05:57 +08:00
],
"deny": [],
"ask": []
}
}