mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-23 21:18:09 +00:00
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
81 lines
934 B
Plaintext
Executable File
81 lines
934 B
Plaintext
Executable File
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
|
|
.vscode
|
|
.idea
|
|
.DS_Store
|
|
*.log
|
|
*.local
|
|
|
|
.env
|
|
!.env.example
|
|
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
*.manifest
|
|
*.spec
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.Python
|
|
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.coverage
|
|
htmlcov
|
|
.tox
|
|
.nox
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis
|
|
.pytype
|
|
cython_debug
|
|
|
|
venv
|
|
.venv
|
|
ENV
|
|
env.bak
|
|
venv.bak
|
|
|
|
node_modules
|
|
.npm
|
|
.pnpm-store
|
|
.pnpm-debug.log
|
|
|
|
backend/logs
|
|
backend/*.db
|
|
backend/alembic/versions/*
|
|
!backend/alembic/versions/.gitkeep
|
|
|
|
docker/nginx/app/dist
|
|
docker/nginx/docs/dist
|
|
docker/nginx/web/dist
|
|
docker/nginx/ssl/*
|
|
!docker/nginx/ssl/.gitkeep
|
|
docker/.env
|
|
docker/docker-compose.yaml
|
|
|
|
frontend/node_modules
|
|
frontend/dist
|
|
frontend/src/types/auto-imports.d.ts
|
|
frontend/src/types/components.d.ts
|
|
frontend/.env.development
|
|
frontend/.env.production
|
|
frontend/web/.env
|
|
|
|
frontend/docs/*
|
|
!frontend/docs/.gitkeep
|
|
|
|
frontend/app/*
|
|
!frontend/app/.gitkeep
|
|
|
|
.plan/*
|
|
CLAUDE.md
|
|
AGENTS.md |