Files
kami_frontend/.claude/settings.local.json
danial 6d25b11074 feat(api): 新增预拉取订单和设置接口模块
- 添加 jdv2-prefetch-api,支持获取预拉取订单日志及订单列表
- 添加 jdv2-settings-api,支持获取及更新骆驼模块设置
- 更新生成的 API 文件列表,包含新增接口及相关模型和文档
- 修改本地设置文件,增加 prettier 格式化相关命令支持
2025-12-05 22:13:07 +08:00

22 lines
473 B
JSON

{
"permissions": {
"allow": [
"mcp__mysql__describe_table",
"mcp__mysql__execute",
"Bash(pnpm type:check)",
"Bash(npx eslint:*)",
"mcp__ide__getDiagnostics",
"Bash(pnpm lint:*)",
"Bash(pnpm prettier:fix)",
"Bash(pnpm eslint:*)",
"Bash(mkdir:*)",
"Bash(pnpm build)",
"Bash(pnpm eslint:fix)",
"Bash(pnpm eslint:fix:*)",
"Bash(pnpm prettier:fix:*)"
],
"deny": [],
"ask": []
}
}