Main/Config/Configs/SysInfoConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年5月19日 // [ Date ]: 2025年5月22日 //-------------------------------------------------------- using System.Collections.Generic; @@ -28,6 +28,7 @@ public override void LoadConfig(string input) { try { string[] tables = input.Split('\t'); key = tables[0]; @@ -52,5 +53,10 @@ richText = tables[4]; int.TryParse(tables[5],out order); } catch (Exception exception) { Debug.LogError(exception); } } }