From 1bb82963c0d0f38c87aeeffee1d70062e8a9049a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 11:02:01 +0800 Subject: [PATCH] 1 --- ExportMap/db/PubDBHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/db/PubDBHelper.cs b/ExportMap/db/PubDBHelper.cs index 58f1c12..e97dfb9 100644 --- a/ExportMap/db/PubDBHelper.cs +++ b/ExportMap/db/PubDBHelper.cs @@ -80,7 +80,7 @@ { bool isImg = imgList.Contains(meta.type); string cnName = meta.name.Split(new char[] { '.' })[0]; - string name = isImg ? "鑷姩鍙戝竷褰卞儚" : "鑷姩鍙戝竷妯″瀷"; + string name = isImg ? "褰卞儚" : "鑷姩鍙戝竷妯″瀷"; string serve = isImg ? (meta.type.Equals("mpt") ? "Mpt" : "TMS") : "Tileset"; List<DbParameter> list = new List<DbParameter>(); -- Gitblit v1.9.3