mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Remove debug code
This commit is contained in:
parent
749aae02ca
commit
e9a3f4014e
@ -69,16 +69,17 @@ namespace GrasscutterTools.Pages
|
|||||||
}
|
}
|
||||||
|
|
||||||
private readonly string ServerRecordsFilePath = Common.GetAppDataFile("Servers.json");
|
private readonly string ServerRecordsFilePath = Common.GetAppDataFile("Servers.json");
|
||||||
private List<ServerRecord> ServerRecords = new List<ServerRecord>
|
private List<ServerRecord> ServerRecords = new List<ServerRecord>();
|
||||||
{
|
|
||||||
new ServerRecord
|
//{
|
||||||
{
|
// new ServerRecord
|
||||||
Host = "http://127.0.0.1:443",
|
// {
|
||||||
Tag = "Localhost",
|
// Host = "http://127.0.0.1:443",
|
||||||
Token = "123456",
|
// Tag = "Localhost",
|
||||||
Uid = 10001,
|
// Token = "123456",
|
||||||
}
|
// Uid = 10001,
|
||||||
};
|
// }
|
||||||
|
//};
|
||||||
private void InitServerRecords()
|
private void InitServerRecords()
|
||||||
{
|
{
|
||||||
if (!File.Exists(ServerRecordsFilePath))
|
if (!File.Exists(ServerRecordsFilePath))
|
||||||
@ -109,9 +110,7 @@ namespace GrasscutterTools.Pages
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endregion - 服务器记录 -
|
||||||
#endregion
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 在运行按钮上显示提示,要求主窗口设置
|
/// 在运行按钮上显示提示,要求主窗口设置
|
||||||
|
Loading…
Reference in New Issue
Block a user