From 664db98c9e8595ce4dd636a27f480e3a08b81ff5 Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期五, 21 二月 2025 11:13:51 +0800
Subject: [PATCH] 新增可忽略的维修时间

---
 web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php b/web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php
index 9f1d009..26a5ea7 100644
--- a/web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php
+++ b/web/public/SVGOrigin/Method-Draw-master/editor/extensions/filesave.php
@@ -8,7 +8,7 @@
  * Copyright(c) 2010 Alexis Deveria
  *
  */
- 
+
 if(!isset($_POST['output_svg']) && !isset($_POST['output_png'])) {
   die('post fail');
 }
@@ -38,7 +38,7 @@
  header("Content-Disposition: attachment; filename=" . $file);
  header("Content-Type: " .  $mime);
  header("Content-Transfer-Encoding: binary");
- 
+
  echo $contents;
- 
-?>
\ No newline at end of file
+
+?>

--
Gitblit v1.9.1