diff --git a/Source/GrasscutterTools/Pages/PageOpenCommand.cs b/Source/GrasscutterTools/Pages/PageOpenCommand.cs index a0bd8fb..b14d11d 100644 --- a/Source/GrasscutterTools/Pages/PageOpenCommand.cs +++ b/Source/GrasscutterTools/Pages/PageOpenCommand.cs @@ -69,16 +69,17 @@ namespace GrasscutterTools.Pages } private readonly string ServerRecordsFilePath = Common.GetAppDataFile("Servers.json"); - private List ServerRecords = new List - { - new ServerRecord - { - Host = "http://127.0.0.1:443", - Tag = "Localhost", - Token = "123456", - Uid = 10001, - } - }; + private List ServerRecords = new List(); + + //{ + // new ServerRecord + // { + // Host = "http://127.0.0.1:443", + // Tag = "Localhost", + // Token = "123456", + // Uid = 10001, + // } + //}; private void InitServerRecords() { if (!File.Exists(ServerRecordsFilePath)) @@ -109,9 +110,7 @@ namespace GrasscutterTools.Pages } } - - #endregion - + #endregion - 服务器记录 - /// /// 在运行按钮上显示提示,要求主窗口设置