chick_mood/.claude/settings.local.json
ddshi adbf5b4a05 fix: 修复UI优化中的文件修改问题
- 添加遗漏的UI优化文件到git提交
- 修复文件换行符警告问题
- 确保所有修改已正确提交

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 15:29:32 +08:00

40 lines
923 B
JSON

{
"permissions": {
"allow": [
"Bash(./gradlew test:*)",
"Bash(./gradlew:*)",
"Bash(tasklist:*)",
"Bash(findstr:*)",
"Bash(sed:*)",
"Bash(adb logcat:*)",
"Bash(adb:*)",
"Bash(taskkill:*)",
"Bash(wmic:*)",
"Bash(powershell:*)",
"Bash(.gradlew testDebugUnitTest --stacktrace)",
"Bash(gradlew:*)",
"Bash(./gradlew.bat testDebugUnitTest:*)",
"Bash(find:*)",
"Bash(./gradlew.bat assembleDebug:*)",
"Bash(git init:*)",
"Bash(rd:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mkdir:*)",
"Bash(magick:*)",
"Bash(convert:*)",
"Bash(python:*)",
"Bash(rm:*)",
"Bash(cp:*)",
"Bash(robocopy:*)",
"Bash(dir:*)",
"Bash(copy:*)",
"Bash(.gradlew:*)",
"Bash(gradlew.bat assembleDebug:*)",
"Bash(mv:*)"
],
"deny": [],
"ask": []
}
}