qia/.claude/settings.local.json
ddshi 2dbb1069a6 feat: 初始化项目结构和认证系统
- 添加React + Vite前端项目 (client)
- 添加Node.js + Express后端项目 (server)
- 实现JWT认证系统 (注册/登录/刷新Token)
- 添加Prisma ORM配置 (SQLite/PostgreSQL)
- 配置Tailwind CSS和Mantine组件库

Co-Authored-By: Claude (MiniMax-M2.1) <noreply@anthropic.com>
2026-01-29 15:08:50 +08:00

39 lines
946 B
JSON

{
"permissions": {
"allow": [
"mcp__MiniMax__web_search",
"Bash(npm create:*)",
"Bash(npm install)",
"Bash(powershell:*)",
"Bash(npm install:*)",
"Bash(git init)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npx tailwindcss:*)",
"Bash(npm run build)",
"Bash(npm run prisma:generate)",
"Bash(npm run dev)",
"Bash(lsof:*)",
"Bash(netstat:*)",
"Bash(npx vite:*)",
"Bash(timeout:*)",
"Bash(curl:*)",
"Bash(npm run preview:*)",
"Bash(tee:*)",
"Bash(npx tsc:*)",
"Bash(echo:*)",
"Bash(npm --version)",
"Bash(node:*)",
"Bash(npm config:*)",
"Bash(npx:*)",
"Bash(/d/Node/npm install)",
"Bash(/d/Node/npm config:*)",
"Bash(npm run setup)",
"Bash(dir:*)",
"Bash(git -C e:/qia status)",
"Bash(git -C e:/qia init)",
"Bash(git -C e:/qia add -A)"
]
}
}