hulai-admin-api/.claude/settings.local.json
刘涛 8c0a5f489d Initial commit: hulai admin API backend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:01:23 +08:00

24 行
952 B
JSON

{
"permissions": {
"defaultMode": "bypassPermissions",
"allow": [
"Bash(find /Users/liutao/Desktop/hulai-admin-api -type f -name *.py -o -type d)",
"Bash(source venv/bin/activate)",
"Bash(alembic init:*)",
"Bash(alembic revision:*)",
"Bash(alembic upgrade:*)",
"Bash(find /Users/liutao/Desktop/hulai-admin-api/scripts -type f -name *.py)",
"Bash(find /Users/liutao/Desktop/hulai-admin-api -name *.json -type f)",
"Bash(venv/bin/alembic upgrade:*)",
"Bash(venv/bin/alembic current:*)",
"Bash(wc -l /Users/liutao/Desktop/hulai-admin-api/app/routers/*.py)",
"Bash(venv/bin/python -c \":*)",
"Bash(mysql -u root -e \"SHOW DATABASES;\")",
"Bash(mysql -u root hulai_admin -e \"SHOW TABLES;\")",
"Bash(python -c \"import fastapi, uvicorn, sqlalchemy; print\\(''依赖检查通过''\\)\")",
"Bash(python /tmp/test_api.py)",
"Bash(python3:*)"
]
}
}