-
feat: share file upload limits between frontend and backend via API (#1398)
发布于
2025-12-18 06:07:23 +00:00 - feat: share file upload limits between frontend and backend via API
- Add /api/config/limits endpoint to serve upload configuration
- Update pdf_upload_handler.js to fetch limits from backend on init
- Add CONFIG_LIMITS URL to centralized URL configuration
- Use backend constants (50MB, 200 files) as single source of truth
- Frontend falls back to defaults if API is unavailable
Fixes #1179
- chore: auto-bump version to 1.3.18
Co-authored-by: GitHub Action action@github.com
下载附件