Skip to main content

ASSET_PATH_RE

Static ASSET_PATH_RE 

Source
static ASSET_PATH_RE: LazyLock<Regex>
Expand description

匹配 HTML/Markdown 中出现的本地上传图片路径,捕获组为相对路径 (如 2026/07/24/153000.<uuid>.webp,不含 /uploads/ 前缀与 query)。 覆盖 blur-img 双层结构的 src 与 data-src。