-
fix: add SVG data URI support to media detection
发布于
2026-02-03 13:23:03 +00:00 Update DATA_IMAGE_REGEX to allow longer MIME subtypes (e.g. svg+xml)
by changing [^;]{3,4} to [^;]+ pattern. Add tests for SVG extraction.下载附件
发布于
Update DATA_IMAGE_REGEX to allow longer MIME subtypes (e.g. svg+xml)
by changing [^;]{3,4} to [^;]+ pattern. Add tests for SVG extraction.