From 4f70a393b0d7172a69b1bd106cad6c48766f40dd Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 31 十二月 2022 17:39:17 +0800
Subject: [PATCH] 12.31

---
 JavaCode/cs/QGisHelper.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/JavaCode/cs/QGisHelper.cs b/JavaCode/cs/QGisHelper.cs
index 9461b92..636b4d5 100644
--- a/JavaCode/cs/QGisHelper.cs
+++ b/JavaCode/cs/QGisHelper.cs
@@ -23,6 +23,7 @@
             string testXml = File.ReadAllText(testPath);
 
             String newTestXml = testXml.Replace("\"./", "\"" + path)
+                .Replace("涓浗鐭虫补澶╃劧姘旂閬撳伐绋嬫湁闄愬叕鍙�", "涓浗 x x x x x 宸ョ▼鏈夐檺鍏徃")
                 .Replace(" </customproperties>", appendStr);
             File.WriteAllText(testPath, newTestXml);
 

--
Gitblit v1.9.3