Skip to content

Commit

Permalink
Merge pull request #108 from Gaven-F/Gaven-F
Browse files Browse the repository at this point in the history
.xlsx的MIME类型错了吖
  • Loading branch information
ldqk authored Apr 24, 2024
2 parents 4c25747 + bbadbde commit 79da0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Masuit.Tools.Abstractions/Mime/DefaultMimeItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public static class DefaultMimeItems
new MimeMappingItem{Extension = "xht", MimeType = "application/xhtml+xml"},
new MimeMappingItem{Extension = "xhtml", MimeType = "application/xhtml+xml"},
new MimeMappingItem{Extension = "xls", MimeType = "application/vnd.ms-excel"},
new MimeMappingItem{Extension = "xlsx", MimeType = "application/vnd.ms-excel"},
new MimeMappingItem{Extension = "xlsx", MimeType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},
new MimeMappingItem{Extension = "xpm", MimeType = "image/x-xpixmap"},
new MimeMappingItem{Extension = "xslt", MimeType = "application/xslt+xml"},
new MimeMappingItem{Extension = "xwd", MimeType = "image/x-xwindowdump"},
Expand Down

0 comments on commit 79da0b9

Please sign in to comment.