This commit is contained in:
sin365 2022-08-26 17:04:16 +08:00
parent e5050fd937
commit d88496fd41
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -1,9 +1,13 @@
using AxibugTransfer.Tcp;
using AxibugTransfer.Config;
Console.WriteLine("AxibugTransfer Ver.0.1 By 皓月");
if (!Config.LoadConfig(out List<CfgInfo> cfgList))
{
Console.WriteLine("请检查配置文件!");
Console.ReadLine();
return;
}