Test.EIImageViewer
hang 2023-04-07 16:19:24 +08:00
parent 1e44e3cc61
commit 2440d9b94c
1 changed files with 6 additions and 3 deletions

View File

@ -20,13 +20,16 @@ namespace IRaCIS.Core.API
public static async Task Main(string[] args)
{
if(!File.Exists($@"C:\.xingcang\config.json "))
if(!File.Exists($@"C:\.xingcang\config.json"))
{
Console.WriteLine("µ±Ç°Î´×¢²á");
return
return;
}
else
{
}
try