🎨 清理多余残留文件

This commit is contained in:
2026-04-10 20:41:28 +08:00
parent 82c5020e71
commit 0201d7df72
37 changed files with 3 additions and 3571 deletions

View File

@@ -103,7 +103,6 @@ func OperationRecord() gin.HandlerFunc {
strings.Contains(c.Writer.Header().Get("Cache-Control"), "must-revalidate, post-check=0, pre-check=0") ||
strings.Contains(c.Writer.Header().Get("Content-Type"), "application/force-download") ||
strings.Contains(c.Writer.Header().Get("Content-Type"), "application/octet-stream") ||
strings.Contains(c.Writer.Header().Get("Content-Type"), "application/vnd.ms-excel") ||
strings.Contains(c.Writer.Header().Get("Content-Type"), "application/download") ||
strings.Contains(c.Writer.Header().Get("Content-Disposition"), "attachment") ||
strings.Contains(c.Writer.Header().Get("Content-Transfer-Encoding"), "binary") {