mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-22 16:23:12 +08:00
## Summary - Frontend `Images` already includes `bmp` (`web/src/constants/common.ts`), and picture parsing already accepts `.bmp` (`internal/parser/parser/picture_parser.go`, `rag/app/picture.py` via Pillow). - This PR adds `bmp` to both whitelist sites and a small Go unit test. Co-authored-by: zhangjiangshan1 <zhangjiangshan1@kingsoft.com> Co-authored-by: Cursor <cursoragent@cursor.com>