Browse Source

excel说明支持换行

guodong 2 years ago
parent
commit
9c2095323c

+ 1 - 0
GameClient/Assets/Editor/Excel/CodeBuilder.cs

@@ -276,6 +276,7 @@ namespace GFGEditor
         }
         private static void ParseDataColumn(string annotation, string type, string name, string nameWhole, string typeWhole, int index)
         {
+            annotation = annotation.Replace("\n", " ");
             if (type.Length > 0 && name.Length > 0)
             {
 

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes