Files
software-workspace/.claude/settings.local.json
T
shenjianZ 3ee9b9e6de
CI / build (push) Has been cancelled
Add privacy policy modal and enhance project details
- Introduce PolicyModal component for license and privacy policy display
- Add Quick Start section to project detail pages
- Update project descriptions, features, and URLs for several projects
- Add new logos, screenshots, and favicon
- Extend types and configuration for new features
2026-05-26 14:14:37 +08:00

27 lines
601 B
JSON

{
"permissions": {
"allow": [
"Bash(pnpm add *)",
"Bash(pnpm format *)",
"Bash(pnpm build *)",
"Bash(rtk lint *)",
"Bash(rtk ls *)",
"Bash(rtk pnpm *)",
"Bash(pnpm test *)",
"mcp__Claude_Preview__preview_start",
"Bash(pnpm dev *)",
"Bash(rtk read *)",
"Bash(rtk grep *)",
"Bash(rtk git *)",
"Bash(gh repo *)",
"Bash(gh release *)",
"Bash(gh api *)",
"Bash(echo \"exit: $?\")",
"Bash(rtk npx *)",
"Bash(rtk tsc *)",
"Bash(netstat -ano)",
"mcp__chrome-devtools__*"
]
}
}