From dbfc2c6b24fd3389be00c60e0601321c94b0fb92 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 11 十月 2023 16:09:51 +0800
Subject: [PATCH] 修改代码生成工具

---
 MoonExp/Models/ExportArgs.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MoonExp/Models/ExportArgs.cs b/MoonExp/Models/ExportArgs.cs
index 1c24749..bff0b8f 100644
--- a/MoonExp/Models/ExportArgs.cs
+++ b/MoonExp/Models/ExportArgs.cs
@@ -99,7 +99,7 @@
         /// </summary>
         public void SetDefault()
         {
-            if (string.IsNullOrWhiteSpace(title)) title = "绠¢亾鍩虹澶ф暟鎹钩鍙�";
+            if (string.IsNullOrWhiteSpace(title)) title = string.Empty;
             if (string.IsNullOrWhiteSpace(province)) province = string.Empty;
             if (string.IsNullOrWhiteSpace(scale)) scale = string.Empty;
             if (string.IsNullOrWhiteSpace(resolution)) resolution = string.Empty;

--
Gitblit v1.9.3