From 0d746f4f5032d7bd7e86649e22a3227bd6087cc6 Mon Sep 17 00:00:00 2001 From: czw <selecti@yeah.net> Date: 星期四, 03 七月 2025 16:23:20 +0800 Subject: [PATCH] 11 --- 2025年6月12日/AuxAllWCS/Net/Conn.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Net/Conn.json" "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Net/Conn.json" index df2459c..9dd0a06 100644 --- "a/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Net/Conn.json" +++ "b/2025\345\271\2646\346\234\21012\346\227\245/AuxAllWCS/Net/Conn.json" @@ -231,7 +231,7 @@ "Type": "System.String" } ], - "Content": "// 澶嶅埗鍒癱ase 涓奬r\n//var _ when System.Text.RegularExpressions.Regex.IsMatch(path, @\"\\.(html|ico|js|css)(\\?.*)?$\", System.Text.RegularExpressions.RegexOptions.IgnoreCase)\r\nvar filePath = System.IO.Path.Combine(\"Static\", path.Substring(1));\r\nreturn File.ReadAllText(filePath);", + "Content": " // 澶嶅埗鍒癱ase 涓奬r\n //var _ when System.Text.RegularExpressions.Regex.IsMatch(path, @\"\\.(html|ico|js|css)(\\?.*)?$\", System.Text.RegularExpressions.RegexOptions.IgnoreCase)\r\n var filePath = /*Directory.GetCurrentDirectory() + \"\\\\Static\" + \"\\\\\" + path.Substring(1);*/System.IO.Path.Combine(Directory.GetCurrentDirectory() + \"\\\\Static\", path.Substring(1));\r\n return File.ReadAllText(filePath);", "ContentType": "application/json", "ReqParamStr": "System.String requestJson", "ReqParamTypeStr": "System.String" @@ -340,5 +340,5 @@ } ], "CreationTime": "2025-02-26 15:31:23", - "LastWriteTime": "2025-07-02 13:19:53" + "LastWriteTime": "2025-07-03 14:02:22" } \ No newline at end of file -- Gitblit v1.9.1