fix: bump version to 25.4.4

This commit is contained in:
sxyazi
2025-04-04 19:33:04 +08:00
parent 273019910c
commit 9a095057d6
3 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
--- @since 25.2.26
--- @since 25.4.4
local FILES = {
[".envrc"] = "text/plain",
@@ -1081,8 +1081,8 @@ function M:fetch(job)
if file.cha.len == 0 then
mime = "inode/empty"
else
mime = merged_files[(file.url:name() or ""):lower()]
mime = mime or merged_exts[(file.url:ext() or ""):lower()]
mime = merged_files[(file.url.name or ""):lower()]
mime = mime or merged_exts[(file.url.ext or ""):lower()]
end
if mime then