qia/.claude/settings.local.json

64 lines
2.5 KiB
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)",
"Bash(git -C e:/qia rm -f --cached client server)",
"Bash(git -C e:/qia submodule add --name client file://e:/qia/client client)",
"Bash(git -C e:/qia submodule add --name server file://e:/qia/server server)",
"Bash(git -C e:/qia config -f .gitmodules submodule.client.update none)",
"Bash(git -C e:/qia config -f .gitmodules submodule.server.update none)",
"Bash(git -C e:/qia add .gitmodules .gitignore CHANGELOG.md README.md)",
"Bash(git -C e:/qia commit -m \"$\\(cat <<''EOF''\nfeat: 初始化项目结构和认证系统\n\n- 添加React + Vite前端项目 \\(client\\)\n- 添加Node.js + Express后端项目 \\(server\\)\n- 实现JWT认证系统 \\(注册/登录/刷新Token\\)\n- 添加Prisma ORM配置 \\(SQLite/PostgreSQL\\)\n- 配置Tailwind CSS和Mantine组件库\n\nCo-Authored-By: Claude \\(MiniMax-M2.1\\) <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git -C e:/qia log --oneline -5)",
"Bash(git -C e:/qia tag -l)",
"Bash(DATABASE_URL=\"file:./prisma/dev.db\" npx prisma db push:*)",
"Bash(if not exist prisma mkdir prisma)",
"Bash(taskkill:*)",
"mcp__playwright__browser_click",
"mcp__playwright__browser_fill_form",
"mcp__playwright__browser_close",
"Bash(git submodule status)",
"Bash(sqlite3:*)",
"Bash(git tag:*)",
"mcp__playwright__browser_type",
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_snapshot",
"mcp__playwright__browser_console_messages",
"mcp__playwright__browser_press_key",
"mcp__playwright__browser_evaluate",
"mcp__playwright__browser_run_code"
]
}
}