AI_Painting_V2.0/.claude/settings.local.json
WangLeo 97808fa21b fix: Authorization 改为标准 Bearer 格式,补充 CLAUDE.md 架构文档
- request.js: Authorization 头添加 Bearer 前缀
- CLAUDE.md: 新增路由与认证流程、markRaw 说明、getGenerateDataExtras 接口
- CLAUDE.md: 修正 request.js 描述和环境变量表
2026-06-16 16:43:36 +08:00

16 lines
792 B
JSON

{
"permissions": {
"allow": [
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git -C \"D:/WebUI/Kexue/操作平台/AI_Painting_V2.0\" log --oneline --all -- src/views/home/display/index.vue)",
"Bash(git -C \"D:/WebUI/Kexue/操作平台/AI_Painting_V2.0\" log --oneline --all -- src/stores/display.js)",
"Bash(git -C \"D:/WebUI/Kexue/操作平台/AI_Painting_V2.0\" log --oneline --all -- src/components/dialogBox/index.vue)",
"Bash(git -C \"D:/WebUI/Kexue/操作平台/AI_Painting_V2.0\" log --all --oneline --follow -p -- src/stores/display.js)",
"Bash(git -C \"D:/WebUI/Kexue/操作平台/AI_Painting_V2.0\" log --all --oneline -p -- src/components/dialogBox/index.vue)",
"Bash(npx eslint *)",
"Bash(codegraph sync *)"
]
}
}